#5035D6

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

Shades of Purple Heart #5035D6

Tints of Purple Heart #5035D6

Color information

#5035D6 (or 0x5035D6) is unknown color: approx Purple Heart. HEX triplet: 50, 35 and D6. RGB value is (80,53,214). Sum of RGB (Red+Green+Blue) = 80+53+214=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 214 (83.98% from 255 or 61.67% from 347); Max value from RGB is 214 - color contains mainly: blue. Hex color #5035D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5035D6 is #AFCA29. Grayscale: #4E4E4E. Windows color (decimal): -11520554 or 14038352. OLE color: 14038352.

HSL color Cylindrical-coordinate representation of color #5035D6: hue angle of 250.06º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5035D6 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8053214-
CMYK0.630.7500.16
HSL250.06º66.26%52.35%-
HSV(B)250.06º75.23%83.92%-
XYZ16.729.1164.49-
YUV79.43203.95128.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 53 (21.09% from 255) = 15.27%
BLUE value IS 214 (83.98% from 255) = 61.67%
R=23.05%
G=15.27%
B=61.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal80532140.630.7500.16250.0666.2652.35
Hex5035D63F4B010fa4234
Octal120653267711302037210264
Binary1010000110101110101101111111001011010000111110101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5035D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5035D6; }

 p { color: rgb(80,53,214); }

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

<style>
 a { background-color: #5035D6; }

 a { background-color: rgb(80,53,214); }

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

<style>
 span { border-color: #5035D6; }

 span { border-color: rgb(80,53,214); }

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