Html Css Color HEX #600F33 Tyrian Purple

📋 copy color: '#600F33'

red 96 ◦ green 15 ◦ blue 51

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

Shades of Tyrian Purple #600F33

Tints of Tyrian Purple #600F33

RGB

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

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

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

R = 59.26%
G = 9.26%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#600F33 (or 0x600F33) is known color: Tyrian Purple. HEX triplet: 60, 0F and 33. RGB value is (96,15,51). Sum of RGB (Red+Green+Blue) = 96+15+51=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #600F33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F33 is #9FF0CC. Grayscale: #2B2B2B. Windows color (decimal): -10481869 or 3346272. OLE color: 3346272.

HSL color Cylindrical-coordinate representation of color #600F33: hue angle of 333.33º 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 #600F33 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 15 51 -
CMYK 0 0.84 0.47 0.62
HSL 333.33º 0.73% 0.22% -
HSV(B) 333.33º 0.84% 0.38% -
XYZ 5.59 3.07 3.43 -
YUV 43.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 96 15 51 0 0.84 0.47 0.62 333.33 0.73 0.22
Hex 60 F 33 0 54 2F 3E 14D 49 16
Octal 140 17 63 0 124 57 76 515 111 26
Binary 1100000 1111 110011 0 1010100 101111 111110 101001101 1001001 10110

Color Harmonies of #600F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F33

Black with #600F33

Text Example


Text Example

White with #600F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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