Html Css Color HEX #5614CD Purple Heart

📋 copy color: '#5614CD'

red 86 ◦ green 20 ◦ blue 205

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

Shades of Purple Heart #5614CD

Tints of Purple Heart #5614CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

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

R = 27.65%
G = 6.43%
B = 65.92%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5614CD (or 0x5614CD) is known color: Purple Heart. HEX triplet: 56, 14 and CD. RGB value is (86,20,205). Sum of RGB (Red+Green+Blue) = 86+20+205=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 205 (80.47% from 255 or 65.92% from 311); Max value from RGB is 205 - color contains mainly: blue. Hex color #5614CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5614CD is #A9EB32. Grayscale: #3C3C3C. Windows color (decimal): -11135795 or 13440086. OLE color: 13440086.

HSL color Cylindrical-coordinate representation of color #5614CD: hue angle of 261.41º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5614CD is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 20 205 -
CMYK 0.58 0.90 0 0.20
HSL 261.41º 0.82% 0.44% -
HSV(B) 261.41º 0.9% 0.8% -
XYZ 15.11 6.89 58.29 -
YUV 60.82 209.37 145.96 -
System Red Green Blue C M Y K H S L
Decimal 86 20 205 0.58 0.90 0 0.20 261.41 0.82 0.44
Hex 56 14 CD 3A 5A 0 14 105 52 2C
Octal 126 24 315 72 132 0 24 405 122 54
Binary 1010110 10100 11001101 111010 1011010 0 10100 100000101 1010010 101100

Color Harmonies of #5614CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5614CD

Black with #5614CD

Text Example


Text Example

White with #5614CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5614CD; }

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

 H1.HeaderClassName
 {
   color: #5614CD;
 }
 .AnyTagClassName
 {
   color: #5614CD;
 }
</style>

background-color css

<style>
 a { background-color: #5614CD; }

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

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

border-color css

<style>
 span { border-color: #5614CD; }

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

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