Html Css Color HEX #5219CB Purple Heart

📋 copy color: '#5219CB'

red 82 ◦ green 25 ◦ blue 203

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

Shades of Purple Heart #5219CB

Tints of Purple Heart #5219CB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

 BLUE value IS 203 (79.69% from 255) = 65.48%

R = 26.45%
G = 8.06%
B = 65.48%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5219CB (or 0x5219CB) is known color: Purple Heart. HEX triplet: 52, 19 and CB. RGB value is (82,25,203). Sum of RGB (Red+Green+Blue) = 82+25+203=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #5219CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5219CB is #ADE634. Grayscale: #3D3D3D. Windows color (decimal): -11396661 or 13310290. OLE color: 13310290.

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

Color convert

RGB 82 25 203 -
CMYK 0.60 0.88 0 0.20
HSL 259.21º 0.78% 0.45% -
HSV(B) 259.21º 0.88% 0.8% -
XYZ 14.61 6.8 57.04 -
YUV 62.34 207.38 142.03 -
System Red Green Blue C M Y K H S L
Decimal 82 25 203 0.60 0.88 0 0.20 259.21 0.78 0.45
Hex 52 19 CB 3C 58 0 14 103 4E 2D
Octal 122 31 313 74 130 0 24 403 116 55
Binary 1010010 11001 11001011 111100 1011000 0 10100 100000011 1001110 101101

Color Harmonies of #5219CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5219CB

Black with #5219CB

Text Example


Text Example

White with #5219CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5219CB; }

 p { color: rgb(82,25,203); }

 H1.HeaderClassName
 {
   color: #5219CB;
 }
 .AnyTagClassName
 {
   color: #5219CB;
 }
</style>

background-color css

<style>
 a { background-color: #5219CB; }

 a { background-color: rgb(82,25,203); }

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

border-color css

<style>
 span { border-color: #5219CB; }

 span { border-color: rgb(82,25,203); }

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