Html Css Color HEX #5230AD Purple Heart

📋 copy color: '#5230AD'

red 82 ◦ green 48 ◦ blue 173

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

Shades of Purple Heart #5230AD

Tints of Purple Heart #5230AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.84%

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

R = 27.06%
G = 15.84%
B = 57.1%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5230AD (or 0x5230AD) is known color: Purple Heart. HEX triplet: 52, 30 and AD. RGB value is (82,48,173). Sum of RGB (Red+Green+Blue) = 82+48+173=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #5230AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5230AD is #ADCF52. Grayscale: #474747. Windows color (decimal): -11390803 or 11350098. OLE color: 11350098.

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

Color convert

RGB 82 48 173 -
CMYK 0.53 0.72 0 0.32
HSL 256.32º 0.57% 0.43% -
HSV(B) 256.32º 0.72% 0.68% -
XYZ 12.08 6.92 40.24 -
YUV 72.42 184.76 134.84 -
System Red Green Blue C M Y K H S L
Decimal 82 48 173 0.53 0.72 0 0.32 256.32 0.57 0.43
Hex 52 30 AD 35 48 0 20 100 39 2B
Octal 122 60 255 65 110 0 40 400 71 53
Binary 1010010 110000 10101101 110101 1001000 0 100000 100000000 111001 101011

Color Harmonies of #5230AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5230AD

Black with #5230AD

Text Example


Text Example

White with #5230AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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