#7D44CB

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

Shades of Purple Heart #7D44CB

Tints of Purple Heart #7D44CB

Color information

#7D44CB (or 0x7D44CB) is unknown color: approx Purple Heart. HEX triplet: 7D, 44 and CB. RGB value is (125,68,203). Sum of RGB (Red+Green+Blue) = 125+68+203=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 68 (26.95% from 255 or 17.17% 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 #7D44CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D44CB is #82BB34. Grayscale: #636363. Windows color (decimal): -8567605 or 13321341. OLE color: 13321341.

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

Color convert

RGB12568203-
CMYK0.380.6700.20
HSL265.33º56.49%53.14%-
HSV(B)265.33º66.5%79.61%-
XYZ21.312.8157.85-
YUV100.43185.88145.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.57%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 203 (79.69% from 255) = 51.26%
R=31.57%
G=17.17%
B=51.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal125682030.380.6700.20265.3356.4953.14
Hex7D44CB26430141093835
Octal175104313461030244117065
Binary11111011000100110010111001101000011010100100001001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D44CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,68,203); }

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

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

 a { background-color: rgb(125,68,203); }

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

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

 span { border-color: rgb(125,68,203); }

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