Html Css Color HEX #5430B9 Purple Heart

📋 copy color: '#5430B9'

red 84 ◦ green 48 ◦ blue 185

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

Shades of Purple Heart #5430B9

Tints of Purple Heart #5430B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 58.36%

R = 26.5%
G = 15.14%
B = 58.36%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5430B9 (or 0x5430B9) is known color: Purple Heart. HEX triplet: 54, 30 and B9. RGB value is (84,48,185). Sum of RGB (Red+Green+Blue) = 84+48+185=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 185 (72.66% from 255 or 58.36% from 317); Max value from RGB is 185 - color contains mainly: blue. Hex color #5430B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5430B9 is #ABCF46. Grayscale: #494949. Windows color (decimal): -11259719 or 12136532. OLE color: 12136532.

HSL color Cylindrical-coordinate representation of color #5430B9: hue angle of 255.77º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5430B9 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 48 185 -
CMYK 0.55 0.74 0 0.27
HSL 255.77º 0.59% 0.46% -
HSV(B) 255.77º 0.74% 0.73% -
XYZ 13.47 7.5 46.64 -
YUV 74.38 190.43 134.86 -
System Red Green Blue C M Y K H S L
Decimal 84 48 185 0.55 0.74 0 0.27 255.77 0.59 0.46
Hex 54 30 B9 37 4A 0 1B 100 3B 2E
Octal 124 60 271 67 112 0 33 400 73 56
Binary 1010100 110000 10111001 110111 1001010 0 11011 100000000 111011 101110

Color Harmonies of #5430B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5430B9

Black with #5430B9

Text Example


Text Example

White with #5430B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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