Html Css Color HEX #600769 Palatinate Purple

📋 copy color: '#600769'

red 96 ◦ green 7 ◦ blue 105

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

Shades of Palatinate Purple #600769

Tints of Palatinate Purple #600769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.37%

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

R = 46.15%
G = 3.37%
B = 50.48%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#600769 (or 0x600769) is known color: Palatinate Purple. HEX triplet: 60, 07 and 69. RGB value is (96,7,105). Sum of RGB (Red+Green+Blue) = 96+7+105=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #600769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600769 is #9FF896. Grayscale: #2C2C2C. Windows color (decimal): -10483863 or 6883168. OLE color: 6883168.

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

Color convert

RGB 96 7 105 -
CMYK 0.09 0.93 0 0.59
HSL 294.49º 0.88% 0.22% -
HSV(B) 294.49º 0.93% 0.41% -
XYZ 7.45 3.66 13.68 -
YUV 44.78 161.99 164.53 -
System Red Green Blue C M Y K H S L
Decimal 96 7 105 0.09 0.93 0 0.59 294.49 0.88 0.22
Hex 60 7 69 9 5D 0 3B 126 58 16
Octal 140 7 151 11 135 0 73 446 130 26
Binary 1100000 111 1101001 1001 1011101 0 111011 100100110 1011000 10110

Color Harmonies of #600769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600769

Black with #600769

Text Example


Text Example

White with #600769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600769; }

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

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

background-color css

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

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

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

border-color css

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

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

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