Html Css Color HEX #660433 Tyrian Purple

📋 copy color: '#660433'

red 102 ◦ green 4 ◦ blue 51

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

Shades of Tyrian Purple #660433

Tints of Tyrian Purple #660433

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

 BLUE value IS 51 (20.31% from 255) = 32.48%

R = 64.97%
G = 2.55%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#660433 (or 0x660433) is known color: Tyrian Purple. HEX triplet: 66, 04 and 33. RGB value is (102,4,51). Sum of RGB (Red+Green+Blue) = 102+4+51=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #660433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660433 is #99FBCC. Grayscale: #262626. Windows color (decimal): -10091469 or 3343462. OLE color: 3343462.

HSL color Cylindrical-coordinate representation of color #660433: hue angle of 331.22º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660433 is Cyan = 0, Magento = 0.96, Yellow = 0.5 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 4 51 -
CMYK 0 0.96 0.5 0.6
HSL 331.22º 0.92% 0.21% -
HSV(B) 331.22º 0.96% 0.4% -
XYZ 6.12 3.15 3.42 -
YUV 38.66 134.97 173.18 -
System Red Green Blue C M Y K H S L
Decimal 102 4 51 0 0.96 0.5 0.6 331.22 0.92 0.21
Hex 66 4 33 0 60 32 3C 14B 5C 15
Octal 146 4 63 0 140 62 74 513 134 25
Binary 1100110 100 110011 0 1100000 110010 111100 101001011 1011100 10101

Color Harmonies of #660433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660433

Black with #660433

Text Example


Text Example

White with #660433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660433; }

 p { color: rgb(102,4,51); }

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

background-color css

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

 a { background-color: rgb(102,4,51); }

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

border-color css

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

 span { border-color: rgb(102,4,51); }

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