#6625C8

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

Shades of Purple Heart #6625C8

Tints of Purple Heart #6625C8

Color information

#6625C8 (or 0x6625C8) is unknown color: approx Purple Heart. HEX triplet: 66, 25 and C8. RGB value is (102,37,200). Sum of RGB (Red+Green+Blue) = 102+37+200=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 200 (78.52% from 255 or 59.00% from 339); Max value from RGB is 200 - color contains mainly: blue. Hex color #6625C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6625C8 is #99DA37. Grayscale: #4A4A4A. Windows color (decimal): -10082872 or 13116774. OLE color: 13116774.

HSL color Cylindrical-coordinate representation of color #6625C8: hue angle of 263.93º 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 #6625C8 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10237200-
CMYK0.490.8200.22
HSL263.93º68.78%46.47%-
HSV(B)263.93º81.5%78.43%-
XYZ16.578.3255.38-
YUV75.02198.53147.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 37 (14.84% from 255) = 10.91%
BLUE value IS 200 (78.52% from 255) = 59.00%
R=30.09%
G=10.91%
B=59.00%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal102372000.490.8200.22263.9368.7846.47
Hex6625C83152016108452e
Octal146453106112202641010556
Binary11001101001011100100011000110100100101101000010001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6625C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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