Html Css Color HEX #563ECC Purple Heart

📋 copy color: '#563ECC'

red 86 ◦ green 62 ◦ blue 204

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

Shades of Purple Heart #563ECC

Tints of Purple Heart #563ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.61%

 BLUE value IS 204 (80.08% from 255) = 57.95%

R = 24.43%
G = 17.61%
B = 57.95%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#563ECC (or 0x563ECC) is known color: Purple Heart. HEX triplet: 56, 3E and CC. RGB value is (86,62,204). Sum of RGB (Red+Green+Blue) = 86+62+204=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #563ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563ECC is #A9C133. Grayscale: #545454. Windows color (decimal): -11125044 or 13385302. OLE color: 13385302.

HSL color Cylindrical-coordinate representation of color #563ECC: hue angle of 250.14º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #563ECC is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 62 204 -
CMYK 0.58 0.70 0 0.2
HSL 250.14º 0.58% 0.52% -
HSV(B) 250.14º 0.7% 0.8% -
XYZ 16.46 9.78 58.15 -
YUV 85.36 194.95 128.45 -
System Red Green Blue C M Y K H S L
Decimal 86 62 204 0.58 0.70 0 0.2 250.14 0.58 0.52
Hex 56 3E CC 3A 46 0 14 FA 3A 34
Octal 126 76 314 72 106 0 24 372 72 64
Binary 1010110 111110 11001100 111010 1000110 0 10100 11111010 111010 110100

Color Harmonies of #563ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563ECC

Black with #563ECC

Text Example


Text Example

White with #563ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563ECC; }

 p { color: rgb(86,62,204); }

 H1.HeaderClassName
 {
   color: #563ECC;
 }
 .AnyTagClassName
 {
   color: #563ECC;
 }
</style>

background-color css

<style>
 a { background-color: #563ECC; }

 a { background-color: rgb(86,62,204); }

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

border-color css

<style>
 span { border-color: #563ECC; }

 span { border-color: rgb(86,62,204); }

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