Html Css Color HEX #5430AF Purple Heart

📋 copy color: '#5430AF'

red 84 ◦ green 48 ◦ blue 175

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

Shades of Purple Heart #5430AF

Tints of Purple Heart #5430AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57%

R = 27.36%
G = 15.64%
B = 57%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5430AF (or 0x5430AF) is known color: Purple Heart. HEX triplet: 54, 30 and AF. RGB value is (84,48,175). Sum of RGB (Red+Green+Blue) = 84+48+175=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #5430AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5430AF is #ABCF50. Grayscale: #484848. Windows color (decimal): -11259729 or 11481172. OLE color: 11481172.

HSL color Cylindrical-coordinate representation of color #5430AF: hue angle of 257.01º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5430AF is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 48 175 -
CMYK 0.52 0.73 0 0.31
HSL 257.01º 0.57% 0.44% -
HSV(B) 257.01º 0.73% 0.69% -
XYZ 12.45 7.09 41.27 -
YUV 73.24 185.43 135.67 -
System Red Green Blue C M Y K H S L
Decimal 84 48 175 0.52 0.73 0 0.31 257.01 0.57 0.44
Hex 54 30 AF 34 49 0 1F 101 39 2C
Octal 124 60 257 64 111 0 37 401 71 54
Binary 1010100 110000 10101111 110100 1001001 0 11111 100000001 111001 101100

Color Harmonies of #5430AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5430AF

Black with #5430AF

Text Example


Text Example

White with #5430AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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