Html Css Color HEX #66002F Tyrian Purple

📋 copy color: '#66002F'

red 102 ◦ green 0 ◦ blue 47

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

Shades of Tyrian Purple #66002F

Tints of Tyrian Purple #66002F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 47 (18.75% from 255) = 31.54%

R = 68.46%
G = 0%
B = 31.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.6

RGB Variations

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

Color information

#66002F (or 0x66002F) is known color: Tyrian Purple. HEX triplet: 66, 00 and 2F. RGB value is (102,0,47). Sum of RGB (Red+Green+Blue) = 102+0+47=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #66002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66002F is #99FFD0. Grayscale: #232323. Windows color (decimal): -10092497 or 3080294. OLE color: 3080294.

HSL color Cylindrical-coordinate representation of color #66002F: hue angle of 332.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66002F is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 0 47 -
CMYK 0 1 0.54 0.6
HSL 332.35º 1% 0.2% -
HSV(B) 332.35º 1% 0.4% -
XYZ 5.99 3.03 2.96 -
YUV 35.86 134.29 175.18 -
System Red Green Blue C M Y K H S L
Decimal 102 0 47 0 1 0.54 0.6 332.35 1 0.2
Hex 66 0 2F 0 64 36 3C 14C 64 14
Octal 146 0 57 0 144 66 74 514 144 24
Binary 1100110 0 101111 0 1100100 110110 111100 101001100 1100100 10100

Color Harmonies of #66002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66002F

Black with #66002F

Text Example


Text Example

White with #66002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66002F; }

 p { color: rgb(102,0,47); }

 H1.HeaderClassName
 {
   color: #66002F;
 }
 .AnyTagClassName
 {
   color: #66002F;
 }
</style>

background-color css

<style>
 a { background-color: #66002F; }

 a { background-color: rgb(102,0,47); }

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

border-color css

<style>
 span { border-color: #66002F; }

 span { border-color: rgb(102,0,47); }

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