Html Css Color HEX #6610A5 Purple Heart

📋 copy color: '#6610A5'

red 102 ◦ green 16 ◦ blue 165

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

Shades of Purple Heart #6610A5

Tints of Purple Heart #6610A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 58.3%

R = 36.04%
G = 5.65%
B = 58.3%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6610A5 (or 0x6610A5) is known color: Purple Heart. HEX triplet: 66, 10 and A5. RGB value is (102,16,165). Sum of RGB (Red+Green+Blue) = 102+16+165=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 165 (64.84% from 255 or 58.30% from 283); Max value from RGB is 165 - color contains mainly: blue. Hex color #6610A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6610A5 is #99EF5A. Grayscale: #3A3A3A. Windows color (decimal): -10088283 or 10817638. OLE color: 10817638.

HSL color Cylindrical-coordinate representation of color #6610A5: hue angle of 274.63º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6610A5 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 16 165 -
CMYK 0.38 0.90 0 0.35
HSL 274.63º 0.82% 0.35% -
HSV(B) 274.63º 0.9% 0.65% -
XYZ 12.46 5.91 36.08 -
YUV 58.7 187.99 158.88 -
System Red Green Blue C M Y K H S L
Decimal 102 16 165 0.38 0.90 0 0.35 274.63 0.82 0.35
Hex 66 10 A5 26 5A 0 23 113 52 23
Octal 146 20 245 46 132 0 43 423 122 43
Binary 1100110 10000 10100101 100110 1011010 0 100011 100010011 1010010 100011

Color Harmonies of #6610A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6610A5

Black with #6610A5

Text Example


Text Example

White with #6610A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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