Html Css Color HEX #5603BE Purple Heart

📋 copy color: '#5603BE'

red 86 ◦ green 3 ◦ blue 190

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

Shades of Purple Heart #5603BE

Tints of Purple Heart #5603BE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 190 (74.61% from 255) = 68.1%

R = 30.82%
G = 1.08%
B = 68.1%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5603BE (or 0x5603BE) is known color: Purple Heart. HEX triplet: 56, 03 and BE. RGB value is (86,3,190). Sum of RGB (Red+Green+Blue) = 86+3+190=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #5603BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5603BE is #A9FC41. Grayscale: #303030. Windows color (decimal): -11140162 or 12452694. OLE color: 12452694.

HSL color Cylindrical-coordinate representation of color #5603BE: hue angle of 266.63º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5603BE is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 3 190 -
CMYK 0.55 0.98 0 0.25
HSL 266.63º 0.97% 0.38% -
HSV(B) 266.63º 0.98% 0.75% -
XYZ 13.16 5.76 49.13 -
YUV 49.14 207.5 154.29 -
System Red Green Blue C M Y K H S L
Decimal 86 3 190 0.55 0.98 0 0.25 266.63 0.97 0.38
Hex 56 3 BE 37 62 0 19 10B 61 26
Octal 126 3 276 67 142 0 31 413 141 46
Binary 1010110 11 10111110 110111 1100010 0 11001 100001011 1100001 100110

Color Harmonies of #5603BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5603BE

Black with #5603BE

Text Example


Text Example

White with #5603BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5603BE; }

 p { color: rgb(86,3,190); }

 H1.HeaderClassName
 {
   color: #5603BE;
 }
 .AnyTagClassName
 {
   color: #5603BE;
 }
</style>

background-color css

<style>
 a { background-color: #5603BE; }

 a { background-color: rgb(86,3,190); }

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

border-color css

<style>
 span { border-color: #5603BE; }

 span { border-color: rgb(86,3,190); }

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