#7437CD

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

Shades of Purple Heart #7437CD

Tints of Purple Heart #7437CD

Color information

#7437CD (or 0x7437CD) is unknown color: approx Purple Heart. HEX triplet: 74, 37 and CD. RGB value is (116,55,205). Sum of RGB (Red+Green+Blue) = 116+55+205=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #7437CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7437CD is #8BC832. Grayscale: #595959. Windows color (decimal): -9160755 or 13449076. OLE color: 13449076.

HSL color Cylindrical-coordinate representation of color #7437CD: hue angle of 264.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7437CD is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11655205-
CMYK0.430.7300.20
HSL264.4º60%50.98%-
HSV(B)264.4º73.17%80.39%-
XYZ19.5910.8558.82-
YUV90.34192.71146.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.85%
GREEN value IS 55 (21.88% from 255) = 14.63%
BLUE value IS 205 (80.47% from 255) = 54.52%
R=30.85%
G=14.63%
B=54.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal116552050.430.7300.20264.46050.98
Hex7437CD2B490141083c33
Octal16467315531110244107463
Binary1110100110111110011011010111001001010100100001000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7437CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7437CD; }

 p { color: rgb(116,55,205); }

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

<style>
 a { background-color: #7437CD; }

 a { background-color: rgb(116,55,205); }

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

<style>
 span { border-color: #7437CD; }

 span { border-color: rgb(116,55,205); }

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