Html Css Color HEX #5400CE Purple Heart

📋 copy color: '#5400CE'

red 84 ◦ green 0 ◦ blue 206

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

Shades of Purple Heart #5400CE

Tints of Purple Heart #5400CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 71.03%

R = 28.97%
G = 0%
B = 71.03%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5400CE (or 0x5400CE) is known color: Purple Heart. HEX triplet: 54, 00 and CE. RGB value is (84,0,206). Sum of RGB (Red+Green+Blue) = 84+0+206=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #5400CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5400CE is #ABFF31. Grayscale: #2F2F2F. Windows color (decimal): -11271986 or 13500500. OLE color: 13500500.

HSL color Cylindrical-coordinate representation of color #5400CE: hue angle of 264.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5400CE is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 0 206 -
CMYK 0.59 1 0 0.19
HSL 264.47º 1% 0.4% -
HSV(B) 264.47º 1% 0.81% -
XYZ 14.8 6.34 58.84 -
YUV 48.6 216.83 153.25 -
System Red Green Blue C M Y K H S L
Decimal 84 0 206 0.59 1 0 0.19 264.47 1 0.4
Hex 54 0 CE 3B 64 0 13 108 64 28
Octal 124 0 316 73 144 0 23 410 144 50
Binary 1010100 0 11001110 111011 1100100 0 10011 100001000 1100100 101000

Color Harmonies of #5400CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5400CE

Black with #5400CE

Text Example


Text Example

White with #5400CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5400CE; }

 p { color: rgb(84,0,206); }

 H1.HeaderClassName
 {
   color: #5400CE;
 }
 .AnyTagClassName
 {
   color: #5400CE;
 }
</style>

background-color css

<style>
 a { background-color: #5400CE; }

 a { background-color: rgb(84,0,206); }

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

border-color css

<style>
 span { border-color: #5400CE; }

 span { border-color: rgb(84,0,206); }

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