Html Css Color HEX #5613B5 Purple Heart

📋 copy color: '#5613B5'

red 86 ◦ green 19 ◦ blue 181

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

Shades of Purple Heart #5613B5

Tints of Purple Heart #5613B5

RGB

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

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

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

R = 30.07%
G = 6.64%
B = 63.29%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5613B5 (or 0x5613B5) is known color: Purple Heart. HEX triplet: 56, 13 and B5. RGB value is (86,19,181). Sum of RGB (Red+Green+Blue) = 86+19+181=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 181 (71.09% from 255 or 63.29% from 286); Max value from RGB is 181 - color contains mainly: blue. Hex color #5613B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5613B5 is #A9EC4A. Grayscale: #383838. Windows color (decimal): -11136075 or 11866966. OLE color: 11866966.

HSL color Cylindrical-coordinate representation of color #5613B5: hue angle of 264.81º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5613B5 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 86 19 181 -
CMYK 0.52 0.90 0 0.29
HSL 264.81º 0.81% 0.39% -
HSV(B) 264.81º 0.9% 0.71% -
XYZ 12.41 5.78 44.18 -
YUV 57.5 197.7 148.33 -
System Red Green Blue C M Y K H S L
Decimal 86 19 181 0.52 0.90 0 0.29 264.81 0.81 0.39
Hex 56 13 B5 34 5A 0 1D 109 51 27
Octal 126 23 265 64 132 0 35 411 121 47
Binary 1010110 10011 10110101 110100 1011010 0 11101 100001001 1010001 100111

Color Harmonies of #5613B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5613B5

Black with #5613B5

Text Example


Text Example

White with #5613B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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