Html Css Color HEX #5217BE Purple Heart

📋 copy color: '#5217BE'

red 82 ◦ green 23 ◦ blue 190

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

Shades of Purple Heart #5217BE

Tints of Purple Heart #5217BE

RGB

 RED value IS 82 (32.42% from 255) = 27.8%

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

 BLUE value IS 190 (74.61% from 255) = 64.41%

R = 27.8%
G = 7.8%
B = 64.41%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5217BE (or 0x5217BE) is known color: Purple Heart. HEX triplet: 52, 17 and BE. RGB value is (82,23,190). Sum of RGB (Red+Green+Blue) = 82+23+190=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #5217BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5217BE is #ADE841. Grayscale: #3B3B3B. Windows color (decimal): -11397186 or 12457810. OLE color: 12457810.

HSL color Cylindrical-coordinate representation of color #5217BE: hue angle of 261.2º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5217BE is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 23 190 -
CMYK 0.57 0.88 0 0.25
HSL 261.2º 0.78% 0.42% -
HSV(B) 261.2º 0.88% 0.75% -
XYZ 13.08 6.12 49.21 -
YUV 59.68 201.55 143.92 -
System Red Green Blue C M Y K H S L
Decimal 82 23 190 0.57 0.88 0 0.25 261.2 0.78 0.42
Hex 52 17 BE 39 58 0 19 105 4E 2A
Octal 122 27 276 71 130 0 31 405 116 52
Binary 1010010 10111 10111110 111001 1011000 0 11001 100000101 1001110 101010

Color Harmonies of #5217BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5217BE

Black with #5217BE

Text Example


Text Example

White with #5217BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5217BE; }

 p { color: rgb(82,23,190); }

 H1.HeaderClassName
 {
   color: #5217BE;
 }
 .AnyTagClassName
 {
   color: #5217BE;
 }
</style>

background-color css

<style>
 a { background-color: #5217BE; }

 a { background-color: rgb(82,23,190); }

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

border-color css

<style>
 span { border-color: #5217BE; }

 span { border-color: rgb(82,23,190); }

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