Html Css Color HEX #6610AC Purple Heart

📋 copy color: '#6610AC'

red 102 ◦ green 16 ◦ blue 172

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

Shades of Purple Heart #6610AC

Tints of Purple Heart #6610AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.31%

R = 35.17%
G = 5.52%
B = 59.31%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6610AC (or 0x6610AC) is known color: Purple Heart. HEX triplet: 66, 10 and AC. RGB value is (102,16,172). Sum of RGB (Red+Green+Blue) = 102+16+172=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #6610AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6610AC is #99EF53. Grayscale: #3A3A3A. Windows color (decimal): -10088276 or 11276390. OLE color: 11276390.

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

Color convert

RGB 102 16 172 -
CMYK 0.41 0.91 0 0.33
HSL 273.08º 0.83% 0.37% -
HSV(B) 273.08º 0.91% 0.67% -
XYZ 13.11 6.17 39.53 -
YUV 59.5 191.49 158.32 -
System Red Green Blue C M Y K H S L
Decimal 102 16 172 0.41 0.91 0 0.33 273.08 0.83 0.37
Hex 66 10 AC 29 5B 0 21 111 53 25
Octal 146 20 254 51 133 0 41 421 123 45
Binary 1100110 10000 10101100 101001 1011011 0 100001 100010001 1010011 100101

Color Harmonies of #6610AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6610AC

Black with #6610AC

Text Example


Text Example

White with #6610AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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