Html Css Color HEX #5630DB Purple Heart

📋 copy color: '#5630DB'

red 86 ◦ green 48 ◦ blue 219

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

Shades of Purple Heart #5630DB

Tints of Purple Heart #5630DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.04%

R = 24.36%
G = 13.6%
B = 62.04%

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

#5630DB (or 0x5630DB) is known color: Purple Heart. HEX triplet: 56, 30 and DB. RGB value is (86,48,219). Sum of RGB (Red+Green+Blue) = 86+48+219=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #5630DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5630DB is #A9CF24. Grayscale: #4E4E4E. Windows color (decimal): -11128613 or 14364758. OLE color: 14364758.

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

Color convert

RGB 86 48 219 -
CMYK 0.61 0.78 0 0.14
HSL 253.33º 0.7% 0.52% -
HSV(B) 253.33º 0.78% 0.86% -
XYZ 17.68 9.21 67.86 -
YUV 78.86 207.09 133.1 -
System Red Green Blue C M Y K H S L
Decimal 86 48 219 0.61 0.78 0 0.14 253.33 0.7 0.52
Hex 56 30 DB 3D 4E 0 E FD 46 34
Octal 126 60 333 75 116 0 16 375 106 64
Binary 1010110 110000 11011011 111101 1001110 0 1110 11111101 1000110 110100

Color Harmonies of #5630DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5630DB

Black with #5630DB

Text Example


Text Example

White with #5630DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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