Html Css Color HEX #662068 Palatinate Purple

📋 copy color: '#662068'

red 102 ◦ green 32 ◦ blue 104

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

Shades of Palatinate Purple #662068

Tints of Palatinate Purple #662068

RGB

 RED value IS 102 (40.23% from 255) = 42.86%

 GREEN value IS 32 (12.89% from 255) = 13.45%

 BLUE value IS 104 (41.02% from 255) = 43.7%

R = 42.86%
G = 13.45%
B = 43.7%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#662068 (or 0x662068) is known color: Palatinate Purple. HEX triplet: 66, 20 and 68. RGB value is (102,32,104). Sum of RGB (Red+Green+Blue) = 102+32+104=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #662068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662068 is #99DF97. Grayscale: #3C3C3C. Windows color (decimal): -10084248 or 6824038. OLE color: 6824038.

HSL color Cylindrical-coordinate representation of color #662068: hue angle of 298.33º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662068 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 32 104 -
CMYK 0.02 0.69 0 0.59
HSL 298.33º 0.53% 0.27% -
HSV(B) 298.33º 0.69% 0.41% -
XYZ 8.49 4.86 13.59 -
YUV 61.14 152.19 157.15 -
System Red Green Blue C M Y K H S L
Decimal 102 32 104 0.02 0.69 0 0.59 298.33 0.53 0.27
Hex 66 20 68 2 45 0 3B 12A 35 1B
Octal 146 40 150 2 105 0 73 452 65 33
Binary 1100110 100000 1101000 10 1000101 0 111011 100101010 110101 11011

Color Harmonies of #662068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662068

Black with #662068

Text Example


Text Example

White with #662068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662068; }

 p { color: rgb(102,32,104); }

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

background-color css

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

 a { background-color: rgb(102,32,104); }

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

border-color css

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

 span { border-color: rgb(102,32,104); }

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