Html Css Color HEX #5605B4 Purple Heart

📋 copy color: '#5605B4'

red 86 ◦ green 5 ◦ blue 180

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

Shades of Purple Heart #5605B4

Tints of Purple Heart #5605B4

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

 BLUE value IS 180 (70.7% from 255) = 66.42%

R = 31.73%
G = 1.85%
B = 66.42%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5605B4 (or 0x5605B4) is known color: Purple Heart. HEX triplet: 56, 05 and B4. RGB value is (86,5,180). Sum of RGB (Red+Green+Blue) = 86+5+180=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 180 (70.70% from 255 or 66.42% from 271); Max value from RGB is 180 - color contains mainly: blue. Hex color #5605B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5605B4 is #A9FA4B. Grayscale: #303030. Windows color (decimal): -11139660 or 11797846. OLE color: 11797846.

HSL color Cylindrical-coordinate representation of color #5605B4: hue angle of 267.77º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5605B4 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 86 5 180 -
CMYK 0.52 0.97 0 0.29
HSL 267.77º 0.95% 0.36% -
HSV(B) 267.77º 0.97% 0.71% -
XYZ 12.13 5.38 43.58 -
YUV 49.17 201.84 154.27 -
System Red Green Blue C M Y K H S L
Decimal 86 5 180 0.52 0.97 0 0.29 267.77 0.95 0.36
Hex 56 5 B4 34 61 0 1D 10C 5F 24
Octal 126 5 264 64 141 0 35 414 137 44
Binary 1010110 101 10110100 110100 1100001 0 11101 100001100 1011111 100100

Color Harmonies of #5605B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5605B4

Black with #5605B4

Text Example


Text Example

White with #5605B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5605B4; }

 p { color: rgb(86,5,180); }

 H1.HeaderClassName
 {
   color: #5605B4;
 }
 .AnyTagClassName
 {
   color: #5605B4;
 }
</style>

background-color css

<style>
 a { background-color: #5605B4; }

 a { background-color: rgb(86,5,180); }

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

border-color css

<style>
 span { border-color: #5605B4; }

 span { border-color: rgb(86,5,180); }

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