Html Css Color HEX #66094B Tyrian Purple

📋 copy color: '#66094B'

red 102 ◦ green 9 ◦ blue 75

#66094B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #66094B

Tints of Tyrian Purple #66094B

RGB

 RED value IS 102 (40.23% from 255) = 54.84%

 GREEN value IS 9 (3.91% from 255) = 4.84%

 BLUE value IS 75 (29.69% from 255) = 40.32%

R = 54.84%
G = 4.84%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#66094B (or 0x66094B) is known color: Tyrian Purple. HEX triplet: 66, 09 and 4B. RGB value is (102,9,75). Sum of RGB (Red+Green+Blue) = 102+9+75=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #66094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66094B is #99F6B4. Grayscale: #2C2C2C. Windows color (decimal): -10090165 or 4917606. OLE color: 4917606.

HSL color Cylindrical-coordinate representation of color #66094B: hue angle of 317.42º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66094B is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 9 75 -
CMYK 0 0.91 0.26 0.6
HSL 317.42º 0.84% 0.22% -
HSV(B) 317.42º 0.91% 0.4% -
XYZ 6.85 3.53 6.98 -
YUV 44.33 145.31 169.13 -
System Red Green Blue C M Y K H S L
Decimal 102 9 75 0 0.91 0.26 0.6 317.42 0.84 0.22
Hex 66 9 4B 0 5B 1A 3C 13D 54 16
Octal 146 11 113 0 133 32 74 475 124 26
Binary 1100110 1001 1001011 0 1011011 11010 111100 100111101 1010100 10110

Color Harmonies of #66094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66094B

Black with #66094B

Text Example


Text Example

White with #66094B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66094B; }

 p { color: rgb(102,9,75); }

 H1.HeaderClassName
 {
   color: #66094B;
 }
 .AnyTagClassName
 {
   color: #66094B;
 }
</style>

background-color css

<style>
 a { background-color: #66094B; }

 a { background-color: rgb(102,9,75); }

 div.DivClassName
 {
   background-color: #66094B;
 }
 .BgClassName
 {
   background-color: #66094B;
 }
</style>

border-color css

<style>
 span { border-color: #66094B; }

 span { border-color: rgb(102,9,75); }

 td.TdClassName
 {
   border-color: #66094B;
 }
 .TagClassName
 {
   border-color: #66094B;
 }
</style>