Html Css Color HEX #5034CE Purple Heart

📋 copy color: '#5034CE'

red 80 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #5034CE

Tints of Purple Heart #5034CE

RGB

 RED value IS 80 (31.64% from 255) = 23.67%

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

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

R = 23.67%
G = 15.38%
B = 60.95%

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

#5034CE (or 0x5034CE) is known color: Purple Heart. HEX triplet: 50, 34 and CE. RGB value is (80,52,206). Sum of RGB (Red+Green+Blue) = 80+52+206=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #5034CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5034CE is #AFCB31. Grayscale: #4D4D4D. Windows color (decimal): -11520818 or 13513808. OLE color: 13513808.

HSL color Cylindrical-coordinate representation of color #5034CE: hue angle of 250.91º 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 #5034CE is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 52 206 -
CMYK 0.61 0.75 0 0.19
HSL 250.91º 0.61% 0.51% -
HSV(B) 250.91º 0.75% 0.81% -
XYZ 15.68 8.62 59.23 -
YUV 77.93 200.28 129.48 -
System Red Green Blue C M Y K H S L
Decimal 80 52 206 0.61 0.75 0 0.19 250.91 0.61 0.51
Hex 50 34 CE 3D 4B 0 13 FB 3D 33
Octal 120 64 316 75 113 0 23 373 75 63
Binary 1010000 110100 11001110 111101 1001011 0 10011 11111011 111101 110011

Color Harmonies of #5034CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5034CE

Black with #5034CE

Text Example


Text Example

White with #5034CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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