#6625AD

Color #6625AD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6625AD

Tints of Purple Heart #6625AD

Color information

#6625AD (or 0x6625AD) is unknown color: approx Purple Heart. HEX triplet: 66, 25 and AD. RGB value is (102,37,173). Sum of RGB (Red+Green+Blue) = 102+37+173=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #6625AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6625AD is #99DA52. Grayscale: #474747. Windows color (decimal): -10082899 or 11347302. OLE color: 11347302.

HSL color Cylindrical-coordinate representation of color #6625AD: hue angle of 268.68º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6625AD is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10237173-
CMYK0.410.7900.32
HSL268.68º64.76%41.18%-
HSV(B)268.68º78.61%67.84%-
XYZ13.687.1740.2-
YUV71.94185.03149.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 37 (14.84% from 255) = 11.86%
BLUE value IS 173 (67.97% from 255) = 55.45%
R=32.69%
G=11.86%
B=55.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102371730.410.7900.32268.6864.7641.18
Hex6625AD294F02010d4129
Octal146452555111704041510151
Binary110011010010110101101101001100111101000001000011011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6625AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6625AD; }

 p { color: rgb(102,37,173); }

 H1.HeaderClassName
 {
   color: #6625AD;
 }
 .AnyTagClassName
 {
   color: #6625AD;
 }
</style>
background-color css

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

 a { background-color: rgb(102,37,173); }

 div.DivClassName
 {
   background-color: #6625AD;
 }
 .BgClassName
 {
   background-color: #6625AD;
 }
</style>
border-color css

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

 span { border-color: rgb(102,37,173); }

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