Html Css Color HEX #600433 Tyrian Purple

📋 copy color: '#600433'

red 96 ◦ green 4 ◦ blue 51

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

Shades of Tyrian Purple #600433

Tints of Tyrian Purple #600433

RGB

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

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

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

R = 63.58%
G = 2.65%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#600433 (or 0x600433) is known color: Tyrian Purple. HEX triplet: 60, 04 and 33. RGB value is (96,4,51). Sum of RGB (Red+Green+Blue) = 96+4+51=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #600433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600433 is #9FFBCC. Grayscale: #242424. Windows color (decimal): -10484685 or 3343456. OLE color: 3343456.

HSL color Cylindrical-coordinate representation of color #600433: hue angle of 329.35º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600433 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 4 51 -
CMYK 0 0.96 0.47 0.62
HSL 329.35º 0.92% 0.2% -
HSV(B) 329.35º 0.96% 0.38% -
XYZ 5.46 2.81 3.39 -
YUV 36.87 135.98 170.18 -
System Red Green Blue C M Y K H S L
Decimal 96 4 51 0 0.96 0.47 0.62 329.35 0.92 0.2
Hex 60 4 33 0 60 2F 3E 149 5C 14
Octal 140 4 63 0 140 57 76 511 134 24
Binary 1100000 100 110011 0 1100000 101111 111110 101001001 1011100 10100

Color Harmonies of #600433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600433

Black with #600433

Text Example


Text Example

White with #600433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600433; }

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

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

background-color css

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

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

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

border-color css

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

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

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