Html Css Color HEX #600135 Tyrian Purple

📋 copy color: '#600135'

red 96 ◦ green 1 ◦ blue 53

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

Shades of Tyrian Purple #600135

Tints of Tyrian Purple #600135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 53 (21.09% from 255) = 35.33%

R = 64%
G = 0.67%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#600135 (or 0x600135) is known color: Tyrian Purple. HEX triplet: 60, 01 and 35. RGB value is (96,1,53). Sum of RGB (Red+Green+Blue) = 96+1+53=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #600135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600135 is #9FFECA. Grayscale: #232323. Windows color (decimal): -10485451 or 3473760. OLE color: 3473760.

HSL color Cylindrical-coordinate representation of color #600135: hue angle of 327.16º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600135 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 1 53 -
CMYK 0 0.99 0.45 0.62
HSL 327.16º 0.98% 0.19% -
HSV(B) 327.16º 0.99% 0.38% -
XYZ 5.48 2.77 3.61 -
YUV 35.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 96 1 53 0 0.99 0.45 0.62 327.16 0.98 0.19
Hex 60 1 35 0 63 2D 3E 147 62 13
Octal 140 1 65 0 143 55 76 507 142 23
Binary 1100000 1 110101 0 1100011 101101 111110 101000111 1100010 10011

Color Harmonies of #600135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600135

Black with #600135

Text Example


Text Example

White with #600135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600135; }

 p { color: rgb(96,1,53); }

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

background-color css

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

 a { background-color: rgb(96,1,53); }

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

border-color css

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

 span { border-color: rgb(96,1,53); }

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