Html Css Color HEX #563DCC Purple Heart

📋 copy color: '#563DCC'

red 86 ◦ green 61 ◦ blue 204

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

Shades of Purple Heart #563DCC

Tints of Purple Heart #563DCC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.38%

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

R = 24.5%
G = 17.38%
B = 58.12%

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

#563DCC (or 0x563DCC) is known color: Purple Heart. HEX triplet: 56, 3D and CC. RGB value is (86,61,204). Sum of RGB (Red+Green+Blue) = 86+61+204=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #563DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563DCC is #A9C233. Grayscale: #545454. Windows color (decimal): -11125300 or 13385046. OLE color: 13385046.

HSL color Cylindrical-coordinate representation of color #563DCC: hue angle of 250.49º 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 #563DCC is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 61 204 -
CMYK 0.58 0.70 0 0.2
HSL 250.49º 0.58% 0.52% -
HSV(B) 250.49º 0.7% 0.8% -
XYZ 16.41 9.68 58.13 -
YUV 84.78 195.28 128.87 -
System Red Green Blue C M Y K H S L
Decimal 86 61 204 0.58 0.70 0 0.2 250.49 0.58 0.52
Hex 56 3D CC 3A 46 0 14 FA 3A 34
Octal 126 75 314 72 106 0 24 372 72 64
Binary 1010110 111101 11001100 111010 1000110 0 10100 11111010 111010 110100

Color Harmonies of #563DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563DCC

Black with #563DCC

Text Example


Text Example

White with #563DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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