Html Css Color HEX #502CCA Purple Heart

📋 copy color: '#502CCA'

red 80 ◦ green 44 ◦ blue 202

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

Shades of Purple Heart #502CCA

Tints of Purple Heart #502CCA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.5%

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

R = 24.54%
G = 13.5%
B = 61.96%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#502CCA (or 0x502CCA) is known color: Purple Heart. HEX triplet: 50, 2C and CA. RGB value is (80,44,202). Sum of RGB (Red+Green+Blue) = 80+44+202=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #502CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502CCA is #AFD335. Grayscale: #484848. Windows color (decimal): -11522870 or 13249616. OLE color: 13249616.

HSL color Cylindrical-coordinate representation of color #502CCA: hue angle of 253.67º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502CCA is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 44 202 -
CMYK 0.60 0.78 0 0.21
HSL 253.67º 0.64% 0.48% -
HSV(B) 253.67º 0.78% 0.79% -
XYZ 14.87 7.77 56.59 -
YUV 72.78 200.93 133.15 -
System Red Green Blue C M Y K H S L
Decimal 80 44 202 0.60 0.78 0 0.21 253.67 0.64 0.48
Hex 50 2C CA 3C 4E 0 15 FE 40 30
Octal 120 54 312 74 116 0 25 376 100 60
Binary 1010000 101100 11001010 111100 1001110 0 10101 11111110 1000000 110000

Color Harmonies of #502CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502CCA

Black with #502CCA

Text Example


Text Example

White with #502CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502CCA; }

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

 H1.HeaderClassName
 {
   color: #502CCA;
 }
 .AnyTagClassName
 {
   color: #502CCA;
 }
</style>

background-color css

<style>
 a { background-color: #502CCA; }

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

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

border-color css

<style>
 span { border-color: #502CCA; }

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

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