Html Css Color HEX #5219C9 Purple Heart

📋 copy color: '#5219C9'

red 82 ◦ green 25 ◦ blue 201

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

Shades of Purple Heart #5219C9

Tints of Purple Heart #5219C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 65.26%

R = 26.62%
G = 8.12%
B = 65.26%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5219C9 (or 0x5219C9) is known color: Purple Heart. HEX triplet: 52, 19 and C9. RGB value is (82,25,201). Sum of RGB (Red+Green+Blue) = 82+25+201=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 201 (78.91% from 255 or 65.26% from 308); Max value from RGB is 201 - color contains mainly: blue. Hex color #5219C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5219C9 is #ADE636. Grayscale: #3D3D3D. Windows color (decimal): -11396663 or 13179218. OLE color: 13179218.

HSL color Cylindrical-coordinate representation of color #5219C9: hue angle of 259.43º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5219C9 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 25 201 -
CMYK 0.59 0.88 0 0.21
HSL 259.43º 0.78% 0.44% -
HSV(B) 259.43º 0.88% 0.79% -
XYZ 14.37 6.71 55.8 -
YUV 62.11 206.38 142.19 -
System Red Green Blue C M Y K H S L
Decimal 82 25 201 0.59 0.88 0 0.21 259.43 0.78 0.44
Hex 52 19 C9 3B 58 0 15 103 4E 2C
Octal 122 31 311 73 130 0 25 403 116 54
Binary 1010010 11001 11001001 111011 1011000 0 10101 100000011 1001110 101100

Color Harmonies of #5219C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5219C9

Black with #5219C9

Text Example


Text Example

White with #5219C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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