Html Css Color HEX #5017CA Purple Heart

📋 copy color: '#5017CA'

red 80 ◦ green 23 ◦ blue 202

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

Shades of Purple Heart #5017CA

Tints of Purple Heart #5017CA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.54%

 BLUE value IS 202 (79.3% from 255) = 66.23%

R = 26.23%
G = 7.54%
B = 66.23%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5017CA (or 0x5017CA) is known color: Purple Heart. HEX triplet: 50, 17 and CA. RGB value is (80,23,202). Sum of RGB (Red+Green+Blue) = 80+23+202=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #5017CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5017CA is #AFE835. Grayscale: #3B3B3B. Windows color (decimal): -11528246 or 13244240. OLE color: 13244240.

HSL color Cylindrical-coordinate representation of color #5017CA: hue angle of 259.11º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5017CA is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 23 202 -
CMYK 0.60 0.89 0 0.21
HSL 259.11º 0.8% 0.44% -
HSV(B) 259.11º 0.89% 0.79% -
XYZ 14.28 6.58 56.4 -
YUV 60.45 207.88 141.95 -
System Red Green Blue C M Y K H S L
Decimal 80 23 202 0.60 0.89 0 0.21 259.11 0.8 0.44
Hex 50 17 CA 3C 59 0 15 103 50 2C
Octal 120 27 312 74 131 0 25 403 120 54
Binary 1010000 10111 11001010 111100 1011001 0 10101 100000011 1010000 101100

Color Harmonies of #5017CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5017CA

Black with #5017CA

Text Example


Text Example

White with #5017CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5017CA; }

 p { color: rgb(80,23,202); }

 H1.HeaderClassName
 {
   color: #5017CA;
 }
 .AnyTagClassName
 {
   color: #5017CA;
 }
</style>

background-color css

<style>
 a { background-color: #5017CA; }

 a { background-color: rgb(80,23,202); }

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

border-color css

<style>
 span { border-color: #5017CA; }

 span { border-color: rgb(80,23,202); }

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