Html Css Color HEX #5023CA Purple Heart

📋 copy color: '#5023CA'

red 80 ◦ green 35 ◦ blue 202

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

Shades of Purple Heart #5023CA

Tints of Purple Heart #5023CA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.04%

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

R = 25.24%
G = 11.04%
B = 63.72%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5023CA (or 0x5023CA) is known color: Purple Heart. HEX triplet: 50, 23 and CA. RGB value is (80,35,202). Sum of RGB (Red+Green+Blue) = 80+35+202=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #5023CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5023CA is #AFDC35. Grayscale: #424242. Windows color (decimal): -11525174 or 13247312. OLE color: 13247312.

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

Color convert

RGB 80 35 202 -
CMYK 0.60 0.83 0 0.21
HSL 256.17º 0.7% 0.46% -
HSV(B) 256.17º 0.83% 0.79% -
XYZ 14.57 7.17 56.49 -
YUV 67.49 203.91 136.92 -
System Red Green Blue C M Y K H S L
Decimal 80 35 202 0.60 0.83 0 0.21 256.17 0.7 0.46
Hex 50 23 CA 3C 53 0 15 100 46 2E
Octal 120 43 312 74 123 0 25 400 106 56
Binary 1010000 100011 11001010 111100 1010011 0 10101 100000000 1000110 101110

Color Harmonies of #5023CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5023CA

Black with #5023CA

Text Example


Text Example

White with #5023CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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