Html Css Color HEX #5413CF Purple Heart

📋 copy color: '#5413CF'

red 84 ◦ green 19 ◦ blue 207

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

Shades of Purple Heart #5413CF

Tints of Purple Heart #5413CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

 BLUE value IS 207 (81.25% from 255) = 66.77%

R = 27.1%
G = 6.13%
B = 66.77%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5413CF (or 0x5413CF) is known color: Purple Heart. HEX triplet: 54, 13 and CF. RGB value is (84,19,207). Sum of RGB (Red+Green+Blue) = 84+19+207=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #5413CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5413CF is #ABEC30. Grayscale: #3B3B3B. Windows color (decimal): -11267121 or 13570900. OLE color: 13570900.

HSL color Cylindrical-coordinate representation of color #5413CF: hue angle of 260.74º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5413CF is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 19 207 -
CMYK 0.59 0.91 0 0.19
HSL 260.74º 0.83% 0.44% -
HSV(B) 260.74º 0.91% 0.81% -
XYZ 15.15 6.86 59.56 -
YUV 59.87 211.03 145.21 -
System Red Green Blue C M Y K H S L
Decimal 84 19 207 0.59 0.91 0 0.19 260.74 0.83 0.44
Hex 54 13 CF 3B 5B 0 13 105 53 2C
Octal 124 23 317 73 133 0 23 405 123 54
Binary 1010100 10011 11001111 111011 1011011 0 10011 100000101 1010011 101100

Color Harmonies of #5413CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5413CF

Black with #5413CF

Text Example


Text Example

White with #5413CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5413CF; }

 p { color: rgb(84,19,207); }

 H1.HeaderClassName
 {
   color: #5413CF;
 }
 .AnyTagClassName
 {
   color: #5413CF;
 }
</style>

background-color css

<style>
 a { background-color: #5413CF; }

 a { background-color: rgb(84,19,207); }

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

border-color css

<style>
 span { border-color: #5413CF; }

 span { border-color: rgb(84,19,207); }

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