Html Css Color HEX #5209AD Purple Heart

📋 copy color: '#5209AD'

red 82 ◦ green 9 ◦ blue 173

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

Shades of Purple Heart #5209AD

Tints of Purple Heart #5209AD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.41%

 BLUE value IS 173 (67.97% from 255) = 65.53%

R = 31.06%
G = 3.41%
B = 65.53%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5209AD (or 0x5209AD) is known color: Purple Heart. HEX triplet: 52, 09 and AD. RGB value is (82,9,173). Sum of RGB (Red+Green+Blue) = 82+9+173=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #5209AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5209AD is #ADF652. Grayscale: #303030. Windows color (decimal): -11400787 or 11340114. OLE color: 11340114.

HSL color Cylindrical-coordinate representation of color #5209AD: hue angle of 266.71º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5209AD is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 9 173 -
CMYK 0.53 0.95 0 0.32
HSL 266.71º 0.9% 0.36% -
HSV(B) 266.71º 0.95% 0.68% -
XYZ 11.12 5.01 39.92 -
YUV 49.52 197.68 151.16 -
System Red Green Blue C M Y K H S L
Decimal 82 9 173 0.53 0.95 0 0.32 266.71 0.9 0.36
Hex 52 9 AD 35 5F 0 20 10B 5A 24
Octal 122 11 255 65 137 0 40 413 132 44
Binary 1010010 1001 10101101 110101 1011111 0 100000 100001011 1011010 100100

Color Harmonies of #5209AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5209AD

Black with #5209AD

Text Example


Text Example

White with #5209AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5209AD; }

 p { color: rgb(82,9,173); }

 H1.HeaderClassName
 {
   color: #5209AD;
 }
 .AnyTagClassName
 {
   color: #5209AD;
 }
</style>

background-color css

<style>
 a { background-color: #5209AD; }

 a { background-color: rgb(82,9,173); }

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

border-color css

<style>
 span { border-color: #5209AD; }

 span { border-color: rgb(82,9,173); }

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