Html Css Color HEX #600C6A Palatinate Purple

📋 copy color: '#600C6A'

red 96 ◦ green 12 ◦ blue 106

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

Shades of Palatinate Purple #600C6A

Tints of Palatinate Purple #600C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 49.53%

R = 44.86%
G = 5.61%
B = 49.53%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#600C6A (or 0x600C6A) is known color: Palatinate Purple. HEX triplet: 60, 0C and 6A. RGB value is (96,12,106). Sum of RGB (Red+Green+Blue) = 96+12+106=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #600C6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600C6A is #9FF395. Grayscale: #2F2F2F. Windows color (decimal): -10482582 or 6949984. OLE color: 6949984.

HSL color Cylindrical-coordinate representation of color #600C6A: hue angle of 293.62º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600C6A is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 12 106 -
CMYK 0.09 0.89 0 0.58
HSL 293.62º 0.8% 0.23% -
HSV(B) 293.62º 0.89% 0.42% -
XYZ 7.56 3.79 13.97 -
YUV 47.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 96 12 106 0.09 0.89 0 0.58 293.62 0.8 0.23
Hex 60 C 6A 9 59 0 3A 126 50 17
Octal 140 14 152 11 131 0 72 446 120 27
Binary 1100000 1100 1101010 1001 1011001 0 111010 100100110 1010000 10111

Color Harmonies of #600C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C6A

Black with #600C6A

Text Example


Text Example

White with #600C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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