Html Css Color HEX #5407CE Purple Heart

📋 copy color: '#5407CE'

red 84 ◦ green 7 ◦ blue 206

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

Shades of Purple Heart #5407CE

Tints of Purple Heart #5407CE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

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

R = 28.28%
G = 2.36%
B = 69.36%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5407CE (or 0x5407CE) is known color: Purple Heart. HEX triplet: 54, 07 and CE. RGB value is (84,7,206). Sum of RGB (Red+Green+Blue) = 84+7+206=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #5407CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5407CE is #ABF831. Grayscale: #333333. Windows color (decimal): -11270194 or 13502292. OLE color: 13502292.

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

Color convert

RGB 84 7 206 -
CMYK 0.59 0.97 0 0.19
HSL 263.22º 0.93% 0.42% -
HSV(B) 263.22º 0.97% 0.81% -
XYZ 14.87 6.49 58.86 -
YUV 52.71 214.51 150.32 -
System Red Green Blue C M Y K H S L
Decimal 84 7 206 0.59 0.97 0 0.19 263.22 0.93 0.42
Hex 54 7 CE 3B 61 0 13 107 5D 2A
Octal 124 7 316 73 141 0 23 407 135 52
Binary 1010100 111 11001110 111011 1100001 0 10011 100000111 1011101 101010

Color Harmonies of #5407CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5407CE

Black with #5407CE

Text Example


Text Example

White with #5407CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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