Html Css Color HEX #502CAB Purple Heart

📋 copy color: '#502CAB'

red 80 ◦ green 44 ◦ blue 171

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

Shades of Purple Heart #502CAB

Tints of Purple Heart #502CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.97%

R = 27.12%
G = 14.92%
B = 57.97%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#502CAB (or 0x502CAB) is known color: Purple Heart. HEX triplet: 50, 2C and AB. RGB value is (80,44,171). Sum of RGB (Red+Green+Blue) = 80+44+171=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #502CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502CAB is #AFD354. Grayscale: #444444. Windows color (decimal): -11522901 or 11218000. OLE color: 11218000.

HSL color Cylindrical-coordinate representation of color #502CAB: hue angle of 257.01º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502CAB is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 44 171 -
CMYK 0.53 0.74 0 0.33
HSL 257.01º 0.59% 0.42% -
HSV(B) 257.01º 0.74% 0.67% -
XYZ 11.56 6.45 39.16 -
YUV 69.24 185.43 135.67 -
System Red Green Blue C M Y K H S L
Decimal 80 44 171 0.53 0.74 0 0.33 257.01 0.59 0.42
Hex 50 2C AB 35 4A 0 21 101 3B 2A
Octal 120 54 253 65 112 0 41 401 73 52
Binary 1010000 101100 10101011 110101 1001010 0 100001 100000001 111011 101010

Color Harmonies of #502CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502CAB

Black with #502CAB

Text Example


Text Example

White with #502CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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