Html Css Color HEX #563CCC Purple Heart

📋 copy color: '#563CCC'

red 86 ◦ green 60 ◦ blue 204

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

Shades of Purple Heart #563CCC

Tints of Purple Heart #563CCC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.14%

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

R = 24.57%
G = 17.14%
B = 58.29%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#563CCC (or 0x563CCC) is known color: Purple Heart. HEX triplet: 56, 3C and CC. RGB value is (86,60,204). Sum of RGB (Red+Green+Blue) = 86+60+204=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #563CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563CCC is #A9C333. Grayscale: #535353. Windows color (decimal): -11125556 or 13384790. OLE color: 13384790.

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

Color convert

RGB 86 60 204 -
CMYK 0.58 0.71 0 0.2
HSL 250.83º 0.59% 0.52% -
HSV(B) 250.83º 0.71% 0.8% -
XYZ 16.35 9.57 58.11 -
YUV 84.19 195.61 129.29 -
System Red Green Blue C M Y K H S L
Decimal 86 60 204 0.58 0.71 0 0.2 250.83 0.59 0.52
Hex 56 3C CC 3A 47 0 14 FB 3B 34
Octal 126 74 314 72 107 0 24 373 73 64
Binary 1010110 111100 11001100 111010 1000111 0 10100 11111011 111011 110100

Color Harmonies of #563CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563CCC

Black with #563CCC

Text Example


Text Example

White with #563CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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