Html Css Color HEX #5230AC Purple Heart

📋 copy color: '#5230AC'

red 82 ◦ green 48 ◦ blue 172

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

Shades of Purple Heart #5230AC

Tints of Purple Heart #5230AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.95%

R = 27.15%
G = 15.89%
B = 56.95%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5230AC (or 0x5230AC) is known color: Purple Heart. HEX triplet: 52, 30 and AC. RGB value is (82,48,172). Sum of RGB (Red+Green+Blue) = 82+48+172=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #5230AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5230AC is #ADCF53. Grayscale: #474747. Windows color (decimal): -11390804 or 11284562. OLE color: 11284562.

HSL color Cylindrical-coordinate representation of color #5230AC: hue angle of 256.45º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5230AC is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 48 172 -
CMYK 0.52 0.72 0 0.33
HSL 256.45º 0.56% 0.43% -
HSV(B) 256.45º 0.72% 0.67% -
XYZ 11.98 6.89 39.73 -
YUV 72.3 184.26 134.92 -
System Red Green Blue C M Y K H S L
Decimal 82 48 172 0.52 0.72 0 0.33 256.45 0.56 0.43
Hex 52 30 AC 34 48 0 21 100 38 2B
Octal 122 60 254 64 110 0 41 400 70 53
Binary 1010010 110000 10101100 110100 1001000 0 100001 100000000 111000 101011

Color Harmonies of #5230AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5230AC

Black with #5230AC

Text Example


Text Example

White with #5230AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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