Html Css Color HEX #5217BC Purple Heart

📋 copy color: '#5217BC'

red 82 ◦ green 23 ◦ blue 188

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

Shades of Purple Heart #5217BC

Tints of Purple Heart #5217BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.16%

R = 27.99%
G = 7.85%
B = 64.16%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5217BC (or 0x5217BC) is known color: Purple Heart. HEX triplet: 52, 17 and BC. RGB value is (82,23,188). Sum of RGB (Red+Green+Blue) = 82+23+188=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #5217BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5217BC is #ADE843. Grayscale: #3A3A3A. Windows color (decimal): -11397188 or 12326738. OLE color: 12326738.

HSL color Cylindrical-coordinate representation of color #5217BC: hue angle of 261.45º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5217BC is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 23 188 -
CMYK 0.56 0.88 0 0.26
HSL 261.45º 0.78% 0.41% -
HSV(B) 261.45º 0.88% 0.74% -
XYZ 12.86 6.04 48.06 -
YUV 59.45 200.55 144.08 -
System Red Green Blue C M Y K H S L
Decimal 82 23 188 0.56 0.88 0 0.26 261.45 0.78 0.41
Hex 52 17 BC 38 58 0 1A 105 4E 29
Octal 122 27 274 70 130 0 32 405 116 51
Binary 1010010 10111 10111100 111000 1011000 0 11010 100000101 1001110 101001

Color Harmonies of #5217BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5217BC

Black with #5217BC

Text Example


Text Example

White with #5217BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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