Html Css Color HEX #661868 Palatinate Purple

📋 copy color: '#661868'

red 102 ◦ green 24 ◦ blue 104

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

Shades of Palatinate Purple #661868

Tints of Palatinate Purple #661868

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.43%

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

R = 44.35%
G = 10.43%
B = 45.22%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#661868 (or 0x661868) is known color: Palatinate Purple. HEX triplet: 66, 18 and 68. RGB value is (102,24,104). Sum of RGB (Red+Green+Blue) = 102+24+104=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #661868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661868 is #99E797. Grayscale: #383838. Windows color (decimal): -10086296 or 6821990. OLE color: 6821990.

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

Color convert

RGB 102 24 104 -
CMYK 0.02 0.77 0 0.59
HSL 298.5º 0.63% 0.25% -
HSV(B) 298.5º 0.77% 0.41% -
XYZ 8.3 4.48 13.52 -
YUV 56.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 102 24 104 0.02 0.77 0 0.59 298.5 0.63 0.25
Hex 66 18 68 2 4D 0 3B 12A 3E 19
Octal 146 30 150 2 115 0 73 452 76 31
Binary 1100110 11000 1101000 10 1001101 0 111011 100101010 111110 11001

Color Harmonies of #661868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661868

Black with #661868

Text Example


Text Example

White with #661868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661868; }

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

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

background-color css

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

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

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

border-color css

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

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

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