Html Css Color HEX #6610AA Purple Heart

📋 copy color: '#6610AA'

red 102 ◦ green 16 ◦ blue 170

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

Shades of Purple Heart #6610AA

Tints of Purple Heart #6610AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

 BLUE value IS 170 (66.8% from 255) = 59.03%

R = 35.42%
G = 5.56%
B = 59.03%

CMYK

 C value IS 0.4

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6610AA (or 0x6610AA) is known color: Purple Heart. HEX triplet: 66, 10 and AA. RGB value is (102,16,170). Sum of RGB (Red+Green+Blue) = 102+16+170=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #6610AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6610AA is #99EF55. Grayscale: #3A3A3A. Windows color (decimal): -10088278 or 11145318. OLE color: 11145318.

HSL color Cylindrical-coordinate representation of color #6610AA: hue angle of 273.51º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6610AA is Cyan = 0.4, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 16 170 -
CMYK 0.4 0.91 0 0.33
HSL 273.51º 0.83% 0.36% -
HSV(B) 273.51º 0.91% 0.67% -
XYZ 12.92 6.1 38.53 -
YUV 59.27 190.49 158.48 -
System Red Green Blue C M Y K H S L
Decimal 102 16 170 0.4 0.91 0 0.33 273.51 0.83 0.36
Hex 66 10 AA 28 5B 0 21 112 53 24
Octal 146 20 252 50 133 0 41 422 123 44
Binary 1100110 10000 10101010 101000 1011011 0 100001 100010010 1010011 100100

Color Harmonies of #6610AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6610AA

Black with #6610AA

Text Example


Text Example

White with #6610AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6610AA; }

 p { color: rgb(102,16,170); }

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

background-color css

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

 a { background-color: rgb(102,16,170); }

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

border-color css

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

 span { border-color: rgb(102,16,170); }

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