Html Css Color HEX #5629DC Purple Heart

📋 copy color: '#5629DC'

red 86 ◦ green 41 ◦ blue 220

#5629DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5629DC

Tints of Purple Heart #5629DC

RGB

 RED value IS 86 (33.98% from 255) = 24.78%

 GREEN value IS 41 (16.41% from 255) = 11.82%

 BLUE value IS 220 (86.33% from 255) = 63.4%

R = 24.78%
G = 11.82%
B = 63.4%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5629DC (or 0x5629DC) is known color: Purple Heart. HEX triplet: 56, 29 and DC. RGB value is (86,41,220). Sum of RGB (Red+Green+Blue) = 86+41+220=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #5629DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5629DC is #A9D623. Grayscale: #4A4A4A. Windows color (decimal): -11130404 or 14428502. OLE color: 14428502.

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

Color convert

RGB 86 41 220 -
CMYK 0.61 0.81 0 0.14
HSL 255.08º 0.72% 0.51% -
HSV(B) 255.08º 0.81% 0.86% -
XYZ 17.55 8.73 68.47 -
YUV 74.86 209.91 135.95 -
System Red Green Blue C M Y K H S L
Decimal 86 41 220 0.61 0.81 0 0.14 255.08 0.72 0.51
Hex 56 29 DC 3D 51 0 E FF 48 33
Octal 126 51 334 75 121 0 16 377 110 63
Binary 1010110 101001 11011100 111101 1010001 0 1110 11111111 1001000 110011

Color Harmonies of #5629DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5629DC

Black with #5629DC

Text Example


Text Example

White with #5629DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5629DC;
 }
 .AnyTagClassName
 {
   color: #5629DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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