Html Css Color HEX #5427BC Purple Heart

📋 copy color: '#5427BC'

red 84 ◦ green 39 ◦ blue 188

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

Shades of Purple Heart #5427BC

Tints of Purple Heart #5427BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.54%

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

R = 27.01%
G = 12.54%
B = 60.45%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5427BC (or 0x5427BC) is known color: Purple Heart. HEX triplet: 54, 27 and BC. RGB value is (84,39,188). Sum of RGB (Red+Green+Blue) = 84+39+188=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #5427BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5427BC is #ABD843. Grayscale: #444444. Windows color (decimal): -11262020 or 12330836. OLE color: 12330836.

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

Color convert

RGB 84 39 188 -
CMYK 0.55 0.79 0 0.26
HSL 258.12º 0.66% 0.45% -
HSV(B) 258.12º 0.79% 0.74% -
XYZ 13.46 6.97 48.21 -
YUV 69.44 194.91 138.38 -
System Red Green Blue C M Y K H S L
Decimal 84 39 188 0.55 0.79 0 0.26 258.12 0.66 0.45
Hex 54 27 BC 37 4F 0 1A 102 42 2D
Octal 124 47 274 67 117 0 32 402 102 55
Binary 1010100 100111 10111100 110111 1001111 0 11010 100000010 1000010 101101

Color Harmonies of #5427BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5427BC

Black with #5427BC

Text Example


Text Example

White with #5427BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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