Html Css Color HEX #5603CE Purple Heart

📋 copy color: '#5603CE'

red 86 ◦ green 3 ◦ blue 206

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

Shades of Purple Heart #5603CE

Tints of Purple Heart #5603CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.83%

R = 29.15%
G = 1.02%
B = 69.83%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5603CE (or 0x5603CE) is known color: Purple Heart. HEX triplet: 56, 03 and CE. RGB value is (86,3,206). Sum of RGB (Red+Green+Blue) = 86+3+206=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #5603CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5603CE is #A9FC31. Grayscale: #323232. Windows color (decimal): -11140146 or 13501270. OLE color: 13501270.

HSL color Cylindrical-coordinate representation of color #5603CE: hue angle of 264.53º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5603CE is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 3 206 -
CMYK 0.58 0.99 0 0.19
HSL 264.53º 0.97% 0.41% -
HSV(B) 264.53º 0.99% 0.81% -
XYZ 15.01 6.5 58.86 -
YUV 50.96 215.5 152.99 -
System Red Green Blue C M Y K H S L
Decimal 86 3 206 0.58 0.99 0 0.19 264.53 0.97 0.41
Hex 56 3 CE 3A 63 0 13 109 61 29
Octal 126 3 316 72 143 0 23 411 141 51
Binary 1010110 11 11001110 111010 1100011 0 10011 100001001 1100001 101001

Color Harmonies of #5603CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5603CE

Black with #5603CE

Text Example


Text Example

White with #5603CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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