Html Css Color HEX #563BB5 Purple Heart

📋 copy color: '#563BB5'

red 86 ◦ green 59 ◦ blue 181

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

Shades of Purple Heart #563BB5

Tints of Purple Heart #563BB5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.1%

 BLUE value IS 181 (71.09% from 255) = 55.52%

R = 26.38%
G = 18.1%
B = 55.52%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#563BB5 (or 0x563BB5) is known color: Purple Heart. HEX triplet: 56, 3B and B5. RGB value is (86,59,181). Sum of RGB (Red+Green+Blue) = 86+59+181=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 181 (71.09% from 255 or 55.52% from 326); Max value from RGB is 181 - color contains mainly: blue. Hex color #563BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563BB5 is #A9C44A. Grayscale: #505050. Windows color (decimal): -11125835 or 11877206. OLE color: 11877206.

HSL color Cylindrical-coordinate representation of color #563BB5: hue angle of 253.28º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #563BB5 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 86 59 181 -
CMYK 0.52 0.67 0 0.29
HSL 253.28º 0.51% 0.47% -
HSV(B) 253.28º 0.67% 0.71% -
XYZ 13.74 8.44 44.62 -
YUV 80.98 184.45 131.58 -
System Red Green Blue C M Y K H S L
Decimal 86 59 181 0.52 0.67 0 0.29 253.28 0.51 0.47
Hex 56 3B B5 34 43 0 1D FD 33 2F
Octal 126 73 265 64 103 0 35 375 63 57
Binary 1010110 111011 10110101 110100 1000011 0 11101 11111101 110011 101111

Color Harmonies of #563BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563BB5

Black with #563BB5

Text Example


Text Example

White with #563BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563BB5; }

 p { color: rgb(86,59,181); }

 H1.HeaderClassName
 {
   color: #563BB5;
 }
 .AnyTagClassName
 {
   color: #563BB5;
 }
</style>

background-color css

<style>
 a { background-color: #563BB5; }

 a { background-color: rgb(86,59,181); }

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

border-color css

<style>
 span { border-color: #563BB5; }

 span { border-color: rgb(86,59,181); }

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