Html Css Color HEX #600667 Palatinate Purple

📋 copy color: '#600667'

red 96 ◦ green 6 ◦ blue 103

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

Shades of Palatinate Purple #600667

Tints of Palatinate Purple #600667

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.93%

 BLUE value IS 103 (40.63% from 255) = 50.24%

R = 46.83%
G = 2.93%
B = 50.24%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#600667 (or 0x600667) is known color: Palatinate Purple. HEX triplet: 60, 06 and 67. RGB value is (96,6,103). Sum of RGB (Red+Green+Blue) = 96+6+103=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #600667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600667 is #9FF998. Grayscale: #2B2B2B. Windows color (decimal): -10484121 or 6751840. OLE color: 6751840.

HSL color Cylindrical-coordinate representation of color #600667: hue angle of 295.67º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600667 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 6 103 -
CMYK 0.07 0.94 0 0.60
HSL 295.67º 0.89% 0.21% -
HSV(B) 295.67º 0.94% 0.4% -
XYZ 7.34 3.6 13.14 -
YUV 43.97 161.32 165.11 -
System Red Green Blue C M Y K H S L
Decimal 96 6 103 0.07 0.94 0 0.60 295.67 0.89 0.21
Hex 60 6 67 7 5E 0 3C 128 59 15
Octal 140 6 147 7 136 0 74 450 131 25
Binary 1100000 110 1100111 111 1011110 0 111100 100101000 1011001 10101

Color Harmonies of #600667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600667

Black with #600667

Text Example


Text Example

White with #600667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600667; }

 p { color: rgb(96,6,103); }

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

background-color css

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

 a { background-color: rgb(96,6,103); }

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

border-color css

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

 span { border-color: rgb(96,6,103); }

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