Html Css Color HEX #600669 Palatinate Purple

📋 copy color: '#600669'

red 96 ◦ green 6 ◦ blue 105

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

Shades of Palatinate Purple #600669

Tints of Palatinate Purple #600669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50.72%

R = 46.38%
G = 2.9%
B = 50.72%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#600669 (or 0x600669) is known color: Palatinate Purple. HEX triplet: 60, 06 and 69. RGB value is (96,6,105). Sum of RGB (Red+Green+Blue) = 96+6+105=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #600669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600669 is #9FF996. Grayscale: #2B2B2B. Windows color (decimal): -10484119 or 6882912. OLE color: 6882912.

HSL color Cylindrical-coordinate representation of color #600669: hue angle of 294.55º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600669 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 6 105 -
CMYK 0.09 0.94 0 0.59
HSL 294.55º 0.89% 0.22% -
HSV(B) 294.55º 0.94% 0.41% -
XYZ 7.44 3.64 13.67 -
YUV 44.2 162.32 164.95 -
System Red Green Blue C M Y K H S L
Decimal 96 6 105 0.09 0.94 0 0.59 294.55 0.89 0.22
Hex 60 6 69 9 5E 0 3B 127 59 16
Octal 140 6 151 11 136 0 73 447 131 26
Binary 1100000 110 1101001 1001 1011110 0 111011 100100111 1011001 10110

Color Harmonies of #600669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600669

Black with #600669

Text Example


Text Example

White with #600669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600669; }

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

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

background-color css

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

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

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

border-color css

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

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

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