#7620CF

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

Shades of Purple Heart #7620CF

Tints of Purple Heart #7620CF

Color information

#7620CF (or 0x7620CF) is unknown color: approx Purple Heart. HEX triplet: 76, 20 and CF. RGB value is (118,32,207). Sum of RGB (Red+Green+Blue) = 118+32+207=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #7620CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7620CF is #89DF30. Grayscale: #4D4D4D. Windows color (decimal): -9035569 or 13574262. OLE color: 13574262.

HSL color Cylindrical-coordinate representation of color #7620CF: hue angle of 269.49º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7620CF is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11832207-
CMYK0.430.8500.19
HSL269.49º73.22%46.86%-
HSV(B)269.49º84.54%81.18%-
XYZ19.259.3959.83-
YUV77.66200.99156.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 32 (12.89% from 255) = 8.96%
BLUE value IS 207 (81.25% from 255) = 57.98%
R=33.05%
G=8.96%
B=57.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal118322070.430.8500.19269.4973.2246.86
Hex7620CF2B5501310d492f
Octal166403175312502341511157
Binary11101101000001100111110101110101010100111000011011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7620CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7620CF; }

 p { color: rgb(118,32,207); }

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

<style>
 a { background-color: #7620CF; }

 a { background-color: rgb(118,32,207); }

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

<style>
 span { border-color: #7620CF; }

 span { border-color: rgb(118,32,207); }

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