Html Css Color HEX #5134CE Purple Heart

📋 copy color: '#5134CE'

red 81 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #5134CE

Tints of Purple Heart #5134CE

RGB

 RED value IS 81 (32.03% from 255) = 23.89%

 GREEN value IS 52 (20.7% from 255) = 15.34%

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

R = 23.89%
G = 15.34%
B = 60.77%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5134CE (or 0x5134CE) is known color: Purple Heart. HEX triplet: 51, 34 and CE. RGB value is (81,52,206). Sum of RGB (Red+Green+Blue) = 81+52+206=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #5134CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5134CE is #AECB31. Grayscale: #4D4D4D. Windows color (decimal): -11455282 or 13513809. OLE color: 13513809.

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

Color convert

RGB 81 52 206 -
CMYK 0.61 0.75 0 0.19
HSL 251.3º 0.61% 0.51% -
HSV(B) 251.3º 0.75% 0.81% -
XYZ 15.76 8.66 59.23 -
YUV 78.23 200.11 129.98 -
System Red Green Blue C M Y K H S L
Decimal 81 52 206 0.61 0.75 0 0.19 251.3 0.61 0.51
Hex 51 34 CE 3D 4B 0 13 FB 3D 33
Octal 121 64 316 75 113 0 23 373 75 63
Binary 1010001 110100 11001110 111101 1001011 0 10011 11111011 111101 110011

Color Harmonies of #5134CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5134CE

Black with #5134CE

Text Example


Text Example

White with #5134CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,52,206); }

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

background-color css

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

 a { background-color: rgb(81,52,206); }

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

border-color css

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

 span { border-color: rgb(81,52,206); }

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