Html Css Color HEX #5205C0 Purple Heart

📋 copy color: '#5205C0'

red 82 ◦ green 5 ◦ blue 192

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

Shades of Purple Heart #5205C0

Tints of Purple Heart #5205C0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

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

R = 29.39%
G = 1.79%
B = 68.82%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5205C0 (or 0x5205C0) is known color: Purple Heart. HEX triplet: 52, 05 and C0. RGB value is (82,5,192). Sum of RGB (Red+Green+Blue) = 82+5+192=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 192 (75.39% from 255 or 68.82% from 279); Max value from RGB is 192 - color contains mainly: blue. Hex color #5205C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5205C0 is #ADFA3F. Grayscale: #303030. Windows color (decimal): -11401792 or 12584274. OLE color: 12584274.

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

Color convert

RGB 82 5 192 -
CMYK 0.57 0.97 0 0.25
HSL 264.71º 0.95% 0.39% -
HSV(B) 264.71º 0.97% 0.75% -
XYZ 13.05 5.71 50.28 -
YUV 49.34 208.51 151.29 -
System Red Green Blue C M Y K H S L
Decimal 82 5 192 0.57 0.97 0 0.25 264.71 0.95 0.39
Hex 52 5 C0 39 61 0 19 109 5F 27
Octal 122 5 300 71 141 0 31 411 137 47
Binary 1010010 101 11000000 111001 1100001 0 11001 100001001 1011111 100111

Color Harmonies of #5205C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5205C0

Black with #5205C0

Text Example


Text Example

White with #5205C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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