#6625C6

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

Shades of Purple Heart #6625C6

Tints of Purple Heart #6625C6

Color information

#6625C6 (or 0x6625C6) is unknown color: approx Purple Heart. HEX triplet: 66, 25 and C6. RGB value is (102,37,198). Sum of RGB (Red+Green+Blue) = 102+37+198=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 198 (77.73% from 255 or 58.75% from 337); Max value from RGB is 198 - color contains mainly: blue. Hex color #6625C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6625C6 is #99DA39. Grayscale: #4A4A4A. Windows color (decimal): -10082874 or 12985702. OLE color: 12985702.

HSL color Cylindrical-coordinate representation of color #6625C6: hue angle of 264.22º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6625C6 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10237198-
CMYK0.480.8100.22
HSL264.22º68.51%46.08%-
HSV(B)264.22º81.31%77.65%-
XYZ16.338.2354.15-
YUV74.79197.53147.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 37 (14.84% from 255) = 10.98%
BLUE value IS 198 (77.73% from 255) = 58.75%
R=30.27%
G=10.98%
B=58.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal102371980.480.8100.22264.2268.5146.08
Hex6625C63051016108452e
Octal146453066012102641010556
Binary11001101001011100011011000010100010101101000010001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6625C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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