Html Css Color HEX #600152 Tyrian Purple

📋 copy color: '#600152'

red 96 ◦ green 1 ◦ blue 82

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

Shades of Tyrian Purple #600152

Tints of Tyrian Purple #600152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 45.81%

R = 53.63%
G = 0.56%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#600152 (or 0x600152) is known color: Tyrian Purple. HEX triplet: 60, 01 and 52. RGB value is (96,1,82). Sum of RGB (Red+Green+Blue) = 96+1+82=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #600152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600152 is #9FFEAD. Grayscale: #262626. Windows color (decimal): -10485422 or 5374304. OLE color: 5374304.

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

Color convert

RGB 96 1 82 -
CMYK 0 0.99 0.15 0.62
HSL 308.84º 0.98% 0.19% -
HSV(B) 308.84º 0.99% 0.38% -
XYZ 6.36 3.12 8.25 -
YUV 38.64 152.47 168.91 -
System Red Green Blue C M Y K H S L
Decimal 96 1 82 0 0.99 0.15 0.62 308.84 0.98 0.19
Hex 60 1 52 0 63 F 3E 135 62 13
Octal 140 1 122 0 143 17 76 465 142 23
Binary 1100000 1 1010010 0 1100011 1111 111110 100110101 1100010 10011

Color Harmonies of #600152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600152

Black with #600152

Text Example


Text Example

White with #600152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600152; }

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

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

background-color css

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

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

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

border-color css

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

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

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