Html Css Color HEX #600B43 Tyrian Purple

📋 copy color: '#600B43'

red 96 ◦ green 11 ◦ blue 67

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

Shades of Tyrian Purple #600B43

Tints of Tyrian Purple #600B43

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.32%

 BLUE value IS 67 (26.56% from 255) = 38.51%

R = 55.17%
G = 6.32%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#600B43 (or 0x600B43) is known color: Tyrian Purple. HEX triplet: 60, 0B and 43. RGB value is (96,11,67). Sum of RGB (Red+Green+Blue) = 96+11+67=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #600B43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600B43 is #9FF4BC. Grayscale: #2A2A2A. Windows color (decimal): -10482877 or 4393824. OLE color: 4393824.

HSL color Cylindrical-coordinate representation of color #600B43: hue angle of 320.47º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600B43 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 11 67 -
CMYK 0 0.89 0.30 0.62
HSL 320.47º 0.79% 0.21% -
HSV(B) 320.47º 0.89% 0.38% -
XYZ 5.96 3.13 5.6 -
YUV 42.8 141.66 165.95 -
System Red Green Blue C M Y K H S L
Decimal 96 11 67 0 0.89 0.30 0.62 320.47 0.79 0.21
Hex 60 B 43 0 59 1E 3E 140 4F 15
Octal 140 13 103 0 131 36 76 500 117 25
Binary 1100000 1011 1000011 0 1011001 11110 111110 101000000 1001111 10101

Color Harmonies of #600B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600B43

Black with #600B43

Text Example


Text Example

White with #600B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,11,67); }

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

background-color css

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

 a { background-color: rgb(96,11,67); }

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

border-color css

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

 span { border-color: rgb(96,11,67); }

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