Html Css Color HEX #600F42 Tyrian Purple

📋 copy color: '#600F42'

red 96 ◦ green 15 ◦ blue 66

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

Shades of Tyrian Purple #600F42

Tints of Tyrian Purple #600F42

RGB

 RED value IS 96 (37.89% from 255) = 54.24%

 GREEN value IS 15 (6.25% from 255) = 8.47%

 BLUE value IS 66 (26.17% from 255) = 37.29%

R = 54.24%
G = 8.47%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#600F42 (or 0x600F42) is known color: Tyrian Purple. HEX triplet: 60, 0F and 42. RGB value is (96,15,66). Sum of RGB (Red+Green+Blue) = 96+15+66=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #600F42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F42 is #9FF0BD. Grayscale: #2C2C2C. Windows color (decimal): -10481854 or 4329312. OLE color: 4329312.

HSL color Cylindrical-coordinate representation of color #600F42: hue angle of 322.22º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F42 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 15 66 -
CMYK 0 0.84 0.31 0.62
HSL 322.22º 0.73% 0.22% -
HSV(B) 322.22º 0.84% 0.38% -
XYZ 5.98 3.22 5.46 -
YUV 45.03 139.84 164.35 -
System Red Green Blue C M Y K H S L
Decimal 96 15 66 0 0.84 0.31 0.62 322.22 0.73 0.22
Hex 60 F 42 0 54 1F 3E 142 49 16
Octal 140 17 102 0 124 37 76 502 111 26
Binary 1100000 1111 1000010 0 1010100 11111 111110 101000010 1001001 10110

Color Harmonies of #600F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F42

Black with #600F42

Text Example


Text Example

White with #600F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600F42; }

 p { color: rgb(96,15,66); }

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

background-color css

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

 a { background-color: rgb(96,15,66); }

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

border-color css

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

 span { border-color: rgb(96,15,66); }

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