Html Css Color HEX #5630DC Purple Heart

📋 copy color: '#5630DC'

red 86 ◦ green 48 ◦ blue 220

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

Shades of Purple Heart #5630DC

Tints of Purple Heart #5630DC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.56%

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

R = 24.29%
G = 13.56%
B = 62.15%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5630DC (or 0x5630DC) is known color: Purple Heart. HEX triplet: 56, 30 and DC. RGB value is (86,48,220). Sum of RGB (Red+Green+Blue) = 86+48+220=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #5630DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5630DC is #A9CF23. Grayscale: #4E4E4E. Windows color (decimal): -11128612 or 14430294. OLE color: 14430294.

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

Color convert

RGB 86 48 220 -
CMYK 0.61 0.78 0 0.14
HSL 253.26º 0.71% 0.53% -
HSV(B) 253.26º 0.78% 0.86% -
XYZ 17.81 9.26 68.56 -
YUV 78.97 207.59 133.01 -
System Red Green Blue C M Y K H S L
Decimal 86 48 220 0.61 0.78 0 0.14 253.26 0.71 0.53
Hex 56 30 DC 3D 4E 0 E FD 47 35
Octal 126 60 334 75 116 0 16 375 107 65
Binary 1010110 110000 11011100 111101 1001110 0 1110 11111101 1000111 110101

Color Harmonies of #5630DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5630DC

Black with #5630DC

Text Example


Text Example

White with #5630DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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