Html Css Color HEX #600C5A Palatinate Purple

📋 copy color: '#600C5A'

red 96 ◦ green 12 ◦ blue 90

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

Shades of Palatinate Purple #600C5A

Tints of Palatinate Purple #600C5A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.06%

 BLUE value IS 90 (35.55% from 255) = 45.45%

R = 48.48%
G = 6.06%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#600C5A (or 0x600C5A) is known color: Palatinate Purple. HEX triplet: 60, 0C and 5A. RGB value is (96,12,90). Sum of RGB (Red+Green+Blue) = 96+12+90=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #600C5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600C5A is #9FF3A5. Grayscale: #2D2D2D. Windows color (decimal): -10482598 or 5901408. OLE color: 5901408.

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

Color convert

RGB 96 12 90 -
CMYK 0 0.88 0.06 0.62
HSL 304.29º 0.78% 0.21% -
HSV(B) 304.29º 0.88% 0.38% -
XYZ 6.8 3.49 9.99 -
YUV 46.01 152.83 163.66 -
System Red Green Blue C M Y K H S L
Decimal 96 12 90 0 0.88 0.06 0.62 304.29 0.78 0.21
Hex 60 C 5A 0 58 6 3E 130 4E 15
Octal 140 14 132 0 130 6 76 460 116 25
Binary 1100000 1100 1011010 0 1011000 110 111110 100110000 1001110 10101

Color Harmonies of #600C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C5A

Black with #600C5A

Text Example


Text Example

White with #600C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,12,90); }

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

background-color css

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

 a { background-color: rgb(96,12,90); }

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

border-color css

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

 span { border-color: rgb(96,12,90); }

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