Html Css Color HEX #5117CD Purple Heart

📋 copy color: '#5117CD'

red 81 ◦ green 23 ◦ blue 205

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

Shades of Purple Heart #5117CD

Tints of Purple Heart #5117CD

RGB

 RED value IS 81 (32.03% from 255) = 26.21%

 GREEN value IS 23 (9.38% from 255) = 7.44%

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

R = 26.21%
G = 7.44%
B = 66.34%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5117CD (or 0x5117CD) is known color: Purple Heart. HEX triplet: 51, 17 and CD. RGB value is (81,23,205). Sum of RGB (Red+Green+Blue) = 81+23+205=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #5117CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5117CD is #AEE832. Grayscale: #3C3C3C. Windows color (decimal): -11462707 or 13440849. OLE color: 13440849.

HSL color Cylindrical-coordinate representation of color #5117CD: hue angle of 259.12º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5117CD is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 23 205 -
CMYK 0.60 0.89 0 0.20
HSL 259.12º 0.8% 0.45% -
HSV(B) 259.12º 0.89% 0.8% -
XYZ 14.72 6.77 58.29 -
YUV 61.09 209.22 142.2 -
System Red Green Blue C M Y K H S L
Decimal 81 23 205 0.60 0.89 0 0.20 259.12 0.8 0.45
Hex 51 17 CD 3C 59 0 14 103 50 2D
Octal 121 27 315 74 131 0 24 403 120 55
Binary 1010001 10111 11001101 111100 1011001 0 10100 100000011 1010000 101101

Color Harmonies of #5117CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5117CD

Black with #5117CD

Text Example


Text Example

White with #5117CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,23,205); }

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

background-color css

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

 a { background-color: rgb(81,23,205); }

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

border-color css

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

 span { border-color: rgb(81,23,205); }

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