Html Css Color HEX #660234 Tyrian Purple

📋 copy color: '#660234'

red 102 ◦ green 2 ◦ blue 52

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

Shades of Tyrian Purple #660234

Tints of Tyrian Purple #660234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 33.33%

R = 65.38%
G = 1.28%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#660234 (or 0x660234) is known color: Tyrian Purple. HEX triplet: 66, 02 and 34. RGB value is (102,2,52). Sum of RGB (Red+Green+Blue) = 102+2+52=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #660234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660234 is #99FDCB. Grayscale: #252525. Windows color (decimal): -10091980 or 3408486. OLE color: 3408486.

HSL color Cylindrical-coordinate representation of color #660234: hue angle of 330º 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 #660234 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 2 52 -
CMYK 0 0.98 0.49 0.6
HSL 330º 0.96% 0.2% -
HSV(B) 330º 0.98% 0.4% -
XYZ 6.12 3.12 3.53 -
YUV 37.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 102 2 52 0 0.98 0.49 0.6 330 0.96 0.2
Hex 66 2 34 0 62 31 3C 14A 60 14
Octal 146 2 64 0 142 61 74 512 140 24
Binary 1100110 10 110100 0 1100010 110001 111100 101001010 1100000 10100

Color Harmonies of #660234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660234

Black with #660234

Text Example


Text Example

White with #660234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660234; }

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

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

background-color css

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

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

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

border-color css

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

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

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