Html Css Color HEX #660264 Purple

📋 copy color: '#660264'

red 102 ◦ green 2 ◦ blue 100

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

Shades of Purple #660264

Tints of Purple #660264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

 BLUE value IS 100 (39.45% from 255) = 49.02%

R = 50%
G = 0.98%
B = 49.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.6

RGB Variations

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

Color information

#660264 (or 0x660264) is known color: Purple. HEX triplet: 66, 02 and 64. RGB value is (102,2,100). Sum of RGB (Red+Green+Blue) = 102+2+100=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #660264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660264 is #99FD9B. Grayscale: #2A2A2A. Windows color (decimal): -10091932 or 6554214. OLE color: 6554214.

HSL color Cylindrical-coordinate representation of color #660264: hue angle of 301.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660264 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 2 100 -
CMYK 0 0.98 0.02 0.6
HSL 301.2º 0.96% 0.2% -
HSV(B) 301.2º 0.98% 0.4% -
XYZ 7.8 3.79 12.38 -
YUV 43.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 102 2 100 0 0.98 0.02 0.6 301.2 0.96 0.2
Hex 66 2 64 0 62 2 3C 12D 60 14
Octal 146 2 144 0 142 2 74 455 140 24
Binary 1100110 10 1100100 0 1100010 10 111100 100101101 1100000 10100

Color Harmonies of #660264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660264

Black with #660264

Text Example


Text Example

White with #660264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660264; }

 p { color: rgb(102,2,100); }

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

background-color css

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

 a { background-color: rgb(102,2,100); }

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

border-color css

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

 span { border-color: rgb(102,2,100); }

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