Html Css Color HEX #66023B Tyrian Purple

📋 copy color: '#66023B'

red 102 ◦ green 2 ◦ blue 59

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

Shades of Tyrian Purple #66023B

Tints of Tyrian Purple #66023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

 BLUE value IS 59 (23.44% from 255) = 36.2%

R = 62.58%
G = 1.23%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.6

RGB Variations

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

Color information

#66023B (or 0x66023B) is known color: Tyrian Purple. HEX triplet: 66, 02 and 3B. RGB value is (102,2,59). Sum of RGB (Red+Green+Blue) = 102+2+59=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #66023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66023B is #99FDC4. Grayscale: #262626. Windows color (decimal): -10091973 or 3867238. OLE color: 3867238.

HSL color Cylindrical-coordinate representation of color #66023B: hue angle of 325.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66023B is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 2 59 -
CMYK 0 0.98 0.42 0.6
HSL 325.8º 0.96% 0.2% -
HSV(B) 325.8º 0.98% 0.4% -
XYZ 6.29 3.18 4.42 -
YUV 38.4 139.63 173.37 -
System Red Green Blue C M Y K H S L
Decimal 102 2 59 0 0.98 0.42 0.6 325.8 0.96 0.2
Hex 66 2 3B 0 62 2A 3C 146 60 14
Octal 146 2 73 0 142 52 74 506 140 24
Binary 1100110 10 111011 0 1100010 101010 111100 101000110 1100000 10100

Color Harmonies of #66023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66023B

Black with #66023B

Text Example


Text Example

White with #66023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,2,59); }

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

background-color css

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

 a { background-color: rgb(102,2,59); }

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

border-color css

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

 span { border-color: rgb(102,2,59); }

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