Html Css Color HEX #5A30AC Purple Heart

📋 copy color: '#5A30AC'

red 90 ◦ green 48 ◦ blue 172

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

Shades of Purple Heart #5A30AC

Tints of Purple Heart #5A30AC

RGB

 RED value IS 90 (35.55% from 255) = 29.03%

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

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

R = 29.03%
G = 15.48%
B = 55.48%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A30AC (or 0x5A30AC) is known color: Purple Heart. HEX triplet: 5A, 30 and AC. RGB value is (90,48,172). Sum of RGB (Red+Green+Blue) = 90+48+172=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A30AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A30AC is #A5CF53. Grayscale: #4A4A4A. Windows color (decimal): -10866516 or 11284570. OLE color: 11284570.

HSL color Cylindrical-coordinate representation of color #5A30AC: hue angle of 260.32º 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 #5A30AC is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 48 172 -
CMYK 0.48 0.72 0 0.33
HSL 260.32º 0.56% 0.43% -
HSV(B) 260.32º 0.72% 0.67% -
XYZ 12.72 7.27 39.76 -
YUV 74.69 182.91 138.92 -
System Red Green Blue C M Y K H S L
Decimal 90 48 172 0.48 0.72 0 0.33 260.32 0.56 0.43
Hex 5A 30 AC 30 48 0 21 104 38 2B
Octal 132 60 254 60 110 0 41 404 70 53
Binary 1011010 110000 10101100 110000 1001000 0 100001 100000100 111000 101011

Color Harmonies of #5A30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A30AC

Black with #5A30AC

Text Example


Text Example

White with #5A30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A30AC; }

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

 H1.HeaderClassName
 {
   color: #5A30AC;
 }
 .AnyTagClassName
 {
   color: #5A30AC;
 }
</style>

background-color css

<style>
 a { background-color: #5A30AC; }

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

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

border-color css

<style>
 span { border-color: #5A30AC; }

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

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