Html Css Color HEX #563DCD Purple Heart

📋 copy color: '#563DCD'

red 86 ◦ green 61 ◦ blue 205

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

Shades of Purple Heart #563DCD

Tints of Purple Heart #563DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.24%

R = 24.43%
G = 17.33%
B = 58.24%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#563DCD (or 0x563DCD) is known color: Purple Heart. HEX triplet: 56, 3D and CD. RGB value is (86,61,205). Sum of RGB (Red+Green+Blue) = 86+61+205=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #563DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563DCD is #A9C232. Grayscale: #545454. Windows color (decimal): -11125299 or 13450582. OLE color: 13450582.

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

Color convert

RGB 86 61 205 -
CMYK 0.58 0.70 0 0.20
HSL 250.42º 0.59% 0.52% -
HSV(B) 250.42º 0.7% 0.8% -
XYZ 16.53 9.72 58.76 -
YUV 84.89 195.78 128.79 -
System Red Green Blue C M Y K H S L
Decimal 86 61 205 0.58 0.70 0 0.20 250.42 0.59 0.52
Hex 56 3D CD 3A 46 0 14 FA 3B 34
Octal 126 75 315 72 106 0 24 372 73 64
Binary 1010110 111101 11001101 111010 1000110 0 10100 11111010 111011 110100

Color Harmonies of #563DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563DCD

Black with #563DCD

Text Example


Text Example

White with #563DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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