Html Css Color HEX #660269 Purple

📋 copy color: '#660269'

red 102 ◦ green 2 ◦ blue 105

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

Shades of Purple #660269

Tints of Purple #660269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50.24%

R = 48.8%
G = 0.96%
B = 50.24%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#660269 (or 0x660269) is known color: Purple. HEX triplet: 66, 02 and 69. RGB value is (102,2,105). Sum of RGB (Red+Green+Blue) = 102+2+105=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #660269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660269 is #99FD96. Grayscale: #2B2B2B. Windows color (decimal): -10091927 or 6881894. OLE color: 6881894.

HSL color Cylindrical-coordinate representation of color #660269: hue angle of 298.25º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660269 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 2 105 -
CMYK 0.03 0.98 0 0.59
HSL 298.25º 0.96% 0.21% -
HSV(B) 298.25º 0.98% 0.41% -
XYZ 8.05 3.89 13.69 -
YUV 43.64 162.63 169.62 -
System Red Green Blue C M Y K H S L
Decimal 102 2 105 0.03 0.98 0 0.59 298.25 0.96 0.21
Hex 66 2 69 3 62 0 3B 12A 60 15
Octal 146 2 151 3 142 0 73 452 140 25
Binary 1100110 10 1101001 11 1100010 0 111011 100101010 1100000 10101

Color Harmonies of #660269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660269

Black with #660269

Text Example


Text Example

White with #660269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660269; }

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

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

background-color css

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

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

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

border-color css

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

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

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