Html Css Color HEX #5032CA Purple Heart

📋 copy color: '#5032CA'

red 80 ◦ green 50 ◦ blue 202

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

Shades of Purple Heart #5032CA

Tints of Purple Heart #5032CA

RGB

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

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

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

R = 24.1%
G = 15.06%
B = 60.84%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5032CA (or 0x5032CA) is known color: Purple Heart. HEX triplet: 50, 32 and CA. RGB value is (80,50,202). Sum of RGB (Red+Green+Blue) = 80+50+202=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 202 (79.30% from 255 or 60.84% from 332); Max value from RGB is 202 - color contains mainly: blue. Hex color #5032CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5032CA is #AFCD35. Grayscale: #4B4B4B. Windows color (decimal): -11521334 or 13251152. OLE color: 13251152.

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

Color convert

RGB 80 50 202 -
CMYK 0.60 0.75 0 0.21
HSL 251.84º 0.6% 0.49% -
HSV(B) 251.84º 0.75% 0.79% -
XYZ 15.11 8.25 56.67 -
YUV 76.3 198.94 130.64 -
System Red Green Blue C M Y K H S L
Decimal 80 50 202 0.60 0.75 0 0.21 251.84 0.6 0.49
Hex 50 32 CA 3C 4B 0 15 FC 3C 31
Octal 120 62 312 74 113 0 25 374 74 61
Binary 1010000 110010 11001010 111100 1001011 0 10101 11111100 111100 110001

Color Harmonies of #5032CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5032CA

Black with #5032CA

Text Example


Text Example

White with #5032CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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