Html Css Color HEX #660275 Purple

📋 copy color: '#660275'

red 102 ◦ green 2 ◦ blue 117

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

Shades of Purple #660275

Tints of Purple #660275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.94%

R = 46.15%
G = 0.9%
B = 52.94%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#660275 (or 0x660275) is known color: Purple. HEX triplet: 66, 02 and 75. RGB value is (102,2,117). Sum of RGB (Red+Green+Blue) = 102+2+117=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #660275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660275 is #99FD8A. Grayscale: #2C2C2C. Windows color (decimal): -10091915 or 7668326. OLE color: 7668326.

HSL color Cylindrical-coordinate representation of color #660275: hue angle of 292.17º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660275 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 2 117 -
CMYK 0.13 0.98 0 0.54
HSL 292.17º 0.97% 0.23% -
HSV(B) 292.17º 0.98% 0.46% -
XYZ 8.71 4.15 17.17 -
YUV 45.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 102 2 117 0.13 0.98 0 0.54 292.17 0.97 0.23
Hex 66 2 75 D 62 0 36 124 61 17
Octal 146 2 165 15 142 0 66 444 141 27
Binary 1100110 10 1110101 1101 1100010 0 110110 100100100 1100001 10111

Color Harmonies of #660275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660275

Black with #660275

Text Example


Text Example

White with #660275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660275; }

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

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

background-color css

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

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

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

border-color css

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

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

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