Html Css Color HEX #600432 Tyrian Purple

📋 copy color: '#600432'

red 96 ◦ green 4 ◦ blue 50

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

Shades of Tyrian Purple #600432

Tints of Tyrian Purple #600432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 33.33%

R = 64%
G = 2.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#600432 (or 0x600432) is known color: Tyrian Purple. HEX triplet: 60, 04 and 32. RGB value is (96,4,50). Sum of RGB (Red+Green+Blue) = 96+4+50=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #600432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600432 is #9FFBCD. Grayscale: #242424. Windows color (decimal): -10484686 or 3277920. OLE color: 3277920.

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

Color convert

RGB 96 4 50 -
CMYK 0 0.96 0.48 0.62
HSL 330º 0.92% 0.2% -
HSV(B) 330º 0.96% 0.38% -
XYZ 5.44 2.8 3.27 -
YUV 36.75 135.48 170.26 -
System Red Green Blue C M Y K H S L
Decimal 96 4 50 0 0.96 0.48 0.62 330 0.92 0.2
Hex 60 4 32 0 60 30 3E 14A 5C 14
Octal 140 4 62 0 140 60 76 512 134 24
Binary 1100000 100 110010 0 1100000 110000 111110 101001010 1011100 10100

Color Harmonies of #600432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600432

Black with #600432

Text Example


Text Example

White with #600432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600432; }

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

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

background-color css

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

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

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

border-color css

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

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

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