#5635DC

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

Shades of Purple Heart #5635DC

Tints of Purple Heart #5635DC

Color information

#5635DC (or 0x5635DC) is unknown color: approx Purple Heart. HEX triplet: 56, 35 and DC. RGB value is (86,53,220). Sum of RGB (Red+Green+Blue) = 86+53+220=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #5635DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5635DC is #A9CA23. Grayscale: #515151. Windows color (decimal): -11127332 or 14431574. OLE color: 14431574.

HSL color Cylindrical-coordinate representation of color #5635DC: hue angle of 251.86º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5635DC is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8653220-
CMYK0.610.7600.14
HSL251.86º70.46%53.53%-
HSV(B)251.86º75.91%86.27%-
XYZ18.039.6968.63-
YUV81.9205.93130.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.96%
GREEN value IS 53 (21.09% from 255) = 14.76%
BLUE value IS 220 (86.33% from 255) = 61.28%
R=23.96%
G=14.76%
B=61.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal86532200.610.7600.14251.8670.4653.53
Hex5635DC3D4C0Efc4636
Octal126653347511401637410666
Binary101011011010111011100111101100110001110111111001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5635DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5635DC; }

 p { color: rgb(86,53,220); }

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

<style>
 a { background-color: #5635DC; }

 a { background-color: rgb(86,53,220); }

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

<style>
 span { border-color: #5635DC; }

 span { border-color: rgb(86,53,220); }

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