Html Css Color HEX #5613B0 Purple Heart

📋 copy color: '#5613B0'

red 86 ◦ green 19 ◦ blue 176

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

Shades of Purple Heart #5613B0

Tints of Purple Heart #5613B0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.76%

 BLUE value IS 176 (69.14% from 255) = 62.63%

R = 30.6%
G = 6.76%
B = 62.63%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5613B0 (or 0x5613B0) is known color: Purple Heart. HEX triplet: 56, 13 and B0. RGB value is (86,19,176). Sum of RGB (Red+Green+Blue) = 86+19+176=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 176 (69.14% from 255 or 62.63% from 281); Max value from RGB is 176 - color contains mainly: blue. Hex color #5613B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5613B0 is #A9EC4F. Grayscale: #383838. Windows color (decimal): -11136080 or 11539286. OLE color: 11539286.

HSL color Cylindrical-coordinate representation of color #5613B0: hue angle of 265.61º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5613B0 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 19 176 -
CMYK 0.51 0.89 0 0.31
HSL 265.61º 0.81% 0.38% -
HSV(B) 265.61º 0.89% 0.69% -
XYZ 11.91 5.58 41.52 -
YUV 56.93 195.2 148.73 -
System Red Green Blue C M Y K H S L
Decimal 86 19 176 0.51 0.89 0 0.31 265.61 0.81 0.38
Hex 56 13 B0 33 59 0 1F 10A 51 26
Octal 126 23 260 63 131 0 37 412 121 46
Binary 1010110 10011 10110000 110011 1011001 0 11111 100001010 1010001 100110

Color Harmonies of #5613B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5613B0

Black with #5613B0

Text Example


Text Example

White with #5613B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5613B0; }

 p { color: rgb(86,19,176); }

 H1.HeaderClassName
 {
   color: #5613B0;
 }
 .AnyTagClassName
 {
   color: #5613B0;
 }
</style>

background-color css

<style>
 a { background-color: #5613B0; }

 a { background-color: rgb(86,19,176); }

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

border-color css

<style>
 span { border-color: #5613B0; }

 span { border-color: rgb(86,19,176); }

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