Html Css Color HEX #5603CF Purple Heart

📋 copy color: '#5603CF'

red 86 ◦ green 3 ◦ blue 207

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

Shades of Purple Heart #5603CF

Tints of Purple Heart #5603CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69.93%

R = 29.05%
G = 1.01%
B = 69.93%

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

#5603CF (or 0x5603CF) is known color: Purple Heart. HEX triplet: 56, 03 and CF. RGB value is (86,3,207). Sum of RGB (Red+Green+Blue) = 86+3+207=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #5603CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5603CF is #A9FC30. Grayscale: #323232. Windows color (decimal): -11140145 or 13566806. OLE color: 13566806.

HSL color Cylindrical-coordinate representation of color #5603CF: hue angle of 264.41º 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 #5603CF is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 3 207 -
CMYK 0.58 0.99 0 0.19
HSL 264.41º 0.97% 0.41% -
HSV(B) 264.41º 0.99% 0.81% -
XYZ 15.13 6.55 59.5 -
YUV 51.07 216 152.91 -
System Red Green Blue C M Y K H S L
Decimal 86 3 207 0.58 0.99 0 0.19 264.41 0.97 0.41
Hex 56 3 CF 3A 63 0 13 108 61 29
Octal 126 3 317 72 143 0 23 410 141 51
Binary 1010110 11 11001111 111010 1100011 0 10011 100001000 1100001 101001

Color Harmonies of #5603CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5603CF

Black with #5603CF

Text Example


Text Example

White with #5603CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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