#7C45CB

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

Shades of Purple Heart #7C45CB

Tints of Purple Heart #7C45CB

Color information

#7C45CB (or 0x7C45CB) is unknown color: approx Purple Heart. HEX triplet: 7C, 45 and CB. RGB value is (124,69,203). Sum of RGB (Red+Green+Blue) = 124+69+203=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C45CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C45CB is #83BA34. Grayscale: #646464. Windows color (decimal): -8632885 or 13321596. OLE color: 13321596.

HSL color Cylindrical-coordinate representation of color #7C45CB: hue angle of 264.63º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C45CB is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12469203-
CMYK0.390.6600.20
HSL264.63º56.3%53.33%-
HSV(B)264.63º66.01%79.61%-
XYZ21.2212.8557.86-
YUV100.72185.72144.6-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.31%
GREEN value IS 69 (27.34% from 255) = 17.42%
BLUE value IS 203 (79.69% from 255) = 51.26%
R=31.31%
G=17.42%
B=51.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal124692030.390.6600.20264.6356.353.33
Hex7C45CB27420141093835
Octal174105313471020244117065
Binary11111001000101110010111001111000010010100100001001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C45CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C45CB; }

 p { color: rgb(124,69,203); }

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

<style>
 a { background-color: #7C45CB; }

 a { background-color: rgb(124,69,203); }

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

<style>
 span { border-color: #7C45CB; }

 span { border-color: rgb(124,69,203); }

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