Html Css Color HEX #660F6C Palatinate Purple

📋 copy color: '#660F6C'

red 102 ◦ green 15 ◦ blue 108

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

Shades of Palatinate Purple #660F6C

Tints of Palatinate Purple #660F6C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.67%

 BLUE value IS 108 (42.58% from 255) = 48%

R = 45.33%
G = 6.67%
B = 48%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#660F6C (or 0x660F6C) is known color: Palatinate Purple. HEX triplet: 66, 0F and 6C. RGB value is (102,15,108). Sum of RGB (Red+Green+Blue) = 102+15+108=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #660F6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660F6C is #99F093. Grayscale: #333333. Windows color (decimal): -10088596 or 7081830. OLE color: 7081830.

HSL color Cylindrical-coordinate representation of color #660F6C: hue angle of 296.13º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #660F6C is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 102 15 108 -
CMYK 0.06 0.86 0 0.58
HSL 296.13º 0.76% 0.24% -
HSV(B) 296.13º 0.86% 0.42% -
XYZ 8.36 4.25 14.57 -
YUV 51.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 102 15 108 0.06 0.86 0 0.58 296.13 0.76 0.24
Hex 66 F 6C 6 56 0 3A 128 4C 18
Octal 146 17 154 6 126 0 72 450 114 30
Binary 1100110 1111 1101100 110 1010110 0 111010 100101000 1001100 11000

Color Harmonies of #660F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660F6C

Black with #660F6C

Text Example


Text Example

White with #660F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660F6C; }

 p { color: rgb(102,15,108); }

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

background-color css

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

 a { background-color: rgb(102,15,108); }

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

border-color css

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

 span { border-color: rgb(102,15,108); }

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