Html Css Color HEX #5430AC Purple Heart

📋 copy color: '#5430AC'

red 84 ◦ green 48 ◦ blue 172

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

Shades of Purple Heart #5430AC

Tints of Purple Heart #5430AC

RGB

 RED value IS 84 (33.2% from 255) = 27.63%

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

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

R = 27.63%
G = 15.79%
B = 56.58%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5430AC (or 0x5430AC) is known color: Purple Heart. HEX triplet: 54, 30 and AC. RGB value is (84,48,172). Sum of RGB (Red+Green+Blue) = 84+48+172=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #5430AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5430AC is #ABCF53. Grayscale: #484848. Windows color (decimal): -11259732 or 11284564. OLE color: 11284564.

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

Color convert

RGB 84 48 172 -
CMYK 0.51 0.72 0 0.33
HSL 257.42º 0.56% 0.43% -
HSV(B) 257.42º 0.72% 0.67% -
XYZ 12.16 6.98 39.74 -
YUV 72.9 183.93 135.92 -
System Red Green Blue C M Y K H S L
Decimal 84 48 172 0.51 0.72 0 0.33 257.42 0.56 0.43
Hex 54 30 AC 33 48 0 21 101 38 2B
Octal 124 60 254 63 110 0 41 401 70 53
Binary 1010100 110000 10101100 110011 1001000 0 100001 100000001 111000 101011

Color Harmonies of #5430AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5430AC

Black with #5430AC

Text Example


Text Example

White with #5430AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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