Html Css Color HEX #5430BC Purple Heart

📋 copy color: '#5430BC'

red 84 ◦ green 48 ◦ blue 188

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

Shades of Purple Heart #5430BC

Tints of Purple Heart #5430BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.75%

R = 26.25%
G = 15%
B = 58.75%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5430BC (or 0x5430BC) is known color: Purple Heart. HEX triplet: 54, 30 and BC. RGB value is (84,48,188). Sum of RGB (Red+Green+Blue) = 84+48+188=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #5430BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5430BC is #ABCF43. Grayscale: #4A4A4A. Windows color (decimal): -11259716 or 12333140. OLE color: 12333140.

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

Color convert

RGB 84 48 188 -
CMYK 0.55 0.74 0 0.26
HSL 255.43º 0.59% 0.46% -
HSV(B) 255.43º 0.74% 0.74% -
XYZ 13.79 7.63 48.32 -
YUV 74.72 191.93 134.62 -
System Red Green Blue C M Y K H S L
Decimal 84 48 188 0.55 0.74 0 0.26 255.43 0.59 0.46
Hex 54 30 BC 37 4A 0 1A FF 3B 2E
Octal 124 60 274 67 112 0 32 377 73 56
Binary 1010100 110000 10111100 110111 1001010 0 11010 11111111 111011 101110

Color Harmonies of #5430BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5430BC

Black with #5430BC

Text Example


Text Example

White with #5430BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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