Html Css Color HEX #5631D5 Purple Heart

📋 copy color: '#5631D5'

red 86 ◦ green 49 ◦ blue 213

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

Shades of Purple Heart #5631D5

Tints of Purple Heart #5631D5

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.08%

 BLUE value IS 213 (83.59% from 255) = 61.21%

R = 24.71%
G = 14.08%
B = 61.21%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5631D5 (or 0x5631D5) is known color: Purple Heart. HEX triplet: 56, 31 and D5. RGB value is (86,49,213). Sum of RGB (Red+Green+Blue) = 86+49+213=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 213 (83.59% from 255 or 61.21% from 348); Max value from RGB is 213 - color contains mainly: blue. Hex color #5631D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5631D5 is #A9CE2A. Grayscale: #4E4E4E. Windows color (decimal): -11128363 or 13971798. OLE color: 13971798.

HSL color Cylindrical-coordinate representation of color #5631D5: hue angle of 253.54º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5631D5 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 49 213 -
CMYK 0.60 0.77 0 0.16
HSL 253.54º 0.66% 0.51% -
HSV(B) 253.54º 0.77% 0.84% -
XYZ 16.95 8.98 63.79 -
YUV 78.76 203.76 133.16 -
System Red Green Blue C M Y K H S L
Decimal 86 49 213 0.60 0.77 0 0.16 253.54 0.66 0.51
Hex 56 31 D5 3C 4D 0 10 FE 42 33
Octal 126 61 325 74 115 0 20 376 102 63
Binary 1010110 110001 11010101 111100 1001101 0 10000 11111110 1000010 110011

Color Harmonies of #5631D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5631D5

Black with #5631D5

Text Example


Text Example

White with #5631D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5631D5; }

 p { color: rgb(86,49,213); }

 H1.HeaderClassName
 {
   color: #5631D5;
 }
 .AnyTagClassName
 {
   color: #5631D5;
 }
</style>

background-color css

<style>
 a { background-color: #5631D5; }

 a { background-color: rgb(86,49,213); }

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

border-color css

<style>
 span { border-color: #5631D5; }

 span { border-color: rgb(86,49,213); }

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