Html Css Color HEX #5032CE Purple Heart

📋 copy color: '#5032CE'

red 80 ◦ green 50 ◦ blue 206

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

Shades of Purple Heart #5032CE

Tints of Purple Heart #5032CE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.88%

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

R = 23.81%
G = 14.88%
B = 61.31%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5032CE (or 0x5032CE) is known color: Purple Heart. HEX triplet: 50, 32 and CE. RGB value is (80,50,206). Sum of RGB (Red+Green+Blue) = 80+50+206=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #5032CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5032CE is #AFCD31. Grayscale: #4C4C4C. Windows color (decimal): -11521330 or 13513296. OLE color: 13513296.

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

Color convert

RGB 80 50 206 -
CMYK 0.61 0.76 0 0.19
HSL 251.54º 0.61% 0.5% -
HSV(B) 251.54º 0.76% 0.81% -
XYZ 15.59 8.44 59.2 -
YUV 76.75 200.94 130.32 -
System Red Green Blue C M Y K H S L
Decimal 80 50 206 0.61 0.76 0 0.19 251.54 0.61 0.5
Hex 50 32 CE 3D 4C 0 13 FC 3D 32
Octal 120 62 316 75 114 0 23 374 75 62
Binary 1010000 110010 11001110 111101 1001100 0 10011 11111100 111101 110010

Color Harmonies of #5032CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5032CE

Black with #5032CE

Text Example


Text Example

White with #5032CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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