Html Css Color HEX #502DAB Purple Heart

📋 copy color: '#502DAB'

red 80 ◦ green 45 ◦ blue 171

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

Shades of Purple Heart #502DAB

Tints of Purple Heart #502DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.2%

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

R = 27.03%
G = 15.2%
B = 57.77%

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

#502DAB (or 0x502DAB) is known color: Purple Heart. HEX triplet: 50, 2D and AB. RGB value is (80,45,171). Sum of RGB (Red+Green+Blue) = 80+45+171=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #502DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502DAB is #AFD254. Grayscale: #454545. Windows color (decimal): -11522645 or 11218256. OLE color: 11218256.

HSL color Cylindrical-coordinate representation of color #502DAB: hue angle of 256.67º degrees, saturation: 0.58, 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 #502DAB is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 45 171 -
CMYK 0.53 0.74 0 0.33
HSL 256.67º 0.58% 0.42% -
HSV(B) 256.67º 0.74% 0.67% -
XYZ 11.6 6.52 39.18 -
YUV 69.83 185.1 135.25 -
System Red Green Blue C M Y K H S L
Decimal 80 45 171 0.53 0.74 0 0.33 256.67 0.58 0.42
Hex 50 2D AB 35 4A 0 21 101 3A 2A
Octal 120 55 253 65 112 0 41 401 72 52
Binary 1010000 101101 10101011 110101 1001010 0 100001 100000001 111010 101010

Color Harmonies of #502DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502DAB

Black with #502DAB

Text Example


Text Example

White with #502DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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