Html Css Color HEX #5229C0 Purple Heart

📋 copy color: '#5229C0'

red 82 ◦ green 41 ◦ blue 192

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

Shades of Purple Heart #5229C0

Tints of Purple Heart #5229C0

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.02%

 BLUE value IS 192 (75.39% from 255) = 60.95%

R = 26.03%
G = 13.02%
B = 60.95%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5229C0 (or 0x5229C0) is known color: Purple Heart. HEX triplet: 52, 29 and C0. RGB value is (82,41,192). Sum of RGB (Red+Green+Blue) = 82+41+192=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 192 (75.39% from 255 or 60.95% from 315); Max value from RGB is 192 - color contains mainly: blue. Hex color #5229C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5229C0 is #ADD63F. Grayscale: #454545. Windows color (decimal): -11392576 or 12593490. OLE color: 12593490.

HSL color Cylindrical-coordinate representation of color #5229C0: hue angle of 256.29º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5229C0 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 41 192 -
CMYK 0.57 0.79 0 0.25
HSL 256.29º 0.65% 0.46% -
HSV(B) 256.29º 0.79% 0.75% -
XYZ 13.79 7.19 50.53 -
YUV 70.47 196.58 136.22 -
System Red Green Blue C M Y K H S L
Decimal 82 41 192 0.57 0.79 0 0.25 256.29 0.65 0.46
Hex 52 29 C0 39 4F 0 19 100 41 2E
Octal 122 51 300 71 117 0 31 400 101 56
Binary 1010010 101001 11000000 111001 1001111 0 11001 100000000 1000001 101110

Color Harmonies of #5229C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5229C0

Black with #5229C0

Text Example


Text Example

White with #5229C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5229C0; }

 p { color: rgb(82,41,192); }

 H1.HeaderClassName
 {
   color: #5229C0;
 }
 .AnyTagClassName
 {
   color: #5229C0;
 }
</style>

background-color css

<style>
 a { background-color: #5229C0; }

 a { background-color: rgb(82,41,192); }

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

border-color css

<style>
 span { border-color: #5229C0; }

 span { border-color: rgb(82,41,192); }

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