Html Css Color HEX #502BCA Purple Heart

📋 copy color: '#502BCA'

red 80 ◦ green 43 ◦ blue 202

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

Shades of Purple Heart #502BCA

Tints of Purple Heart #502BCA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.23%

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

R = 24.62%
G = 13.23%
B = 62.15%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#502BCA (or 0x502BCA) is known color: Purple Heart. HEX triplet: 50, 2B and CA. RGB value is (80,43,202). Sum of RGB (Red+Green+Blue) = 80+43+202=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #502BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BCA is #AFD435. Grayscale: #474747. Windows color (decimal): -11523126 or 13249360. OLE color: 13249360.

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

Color convert

RGB 80 43 202 -
CMYK 0.60 0.79 0 0.21
HSL 253.96º 0.65% 0.48% -
HSV(B) 253.96º 0.79% 0.79% -
XYZ 14.83 7.7 56.58 -
YUV 72.19 201.26 133.57 -
System Red Green Blue C M Y K H S L
Decimal 80 43 202 0.60 0.79 0 0.21 253.96 0.65 0.48
Hex 50 2B CA 3C 4F 0 15 FE 41 30
Octal 120 53 312 74 117 0 25 376 101 60
Binary 1010000 101011 11001010 111100 1001111 0 10101 11111110 1000001 110000

Color Harmonies of #502BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502BCA

Black with #502BCA

Text Example


Text Example

White with #502BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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