Html Css Color HEX #660575 Purple

📋 copy color: '#660575'

red 102 ◦ green 5 ◦ blue 117

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

Shades of Purple #660575

Tints of Purple #660575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

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

R = 45.54%
G = 2.23%
B = 52.23%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#660575 (or 0x660575) is known color: Purple. HEX triplet: 66, 05 and 75. RGB value is (102,5,117). Sum of RGB (Red+Green+Blue) = 102+5+117=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #660575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660575 is #99FA8A. Grayscale: #2E2E2E. Windows color (decimal): -10091147 or 7669094. OLE color: 7669094.

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

Color convert

RGB 102 5 117 -
CMYK 0.13 0.96 0 0.54
HSL 291.96º 0.92% 0.24% -
HSV(B) 291.96º 0.96% 0.46% -
XYZ 8.74 4.22 17.18 -
YUV 46.77 167.64 167.39 -
System Red Green Blue C M Y K H S L
Decimal 102 5 117 0.13 0.96 0 0.54 291.96 0.92 0.24
Hex 66 5 75 D 60 0 36 124 5C 18
Octal 146 5 165 15 140 0 66 444 134 30
Binary 1100110 101 1110101 1101 1100000 0 110110 100100100 1011100 11000

Color Harmonies of #660575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660575

Black with #660575

Text Example


Text Example

White with #660575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660575; }

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

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

background-color css

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

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

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

border-color css

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

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

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