Html Css Color HEX #502AB6 Purple Heart

📋 copy color: '#502AB6'

red 80 ◦ green 42 ◦ blue 182

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

Shades of Purple Heart #502AB6

Tints of Purple Heart #502AB6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.82%

 BLUE value IS 182 (71.48% from 255) = 59.87%

R = 26.32%
G = 13.82%
B = 59.87%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#502AB6 (or 0x502AB6) is known color: Purple Heart. HEX triplet: 50, 2A and B6. RGB value is (80,42,182). Sum of RGB (Red+Green+Blue) = 80+42+182=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 182 (71.48% from 255 or 59.87% from 304); Max value from RGB is 182 - color contains mainly: blue. Hex color #502AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502AB6 is #AFD549. Grayscale: #444444. Windows color (decimal): -11523402 or 11938384. OLE color: 11938384.

HSL color Cylindrical-coordinate representation of color #502AB6: hue angle of 256.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502AB6 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 42 182 -
CMYK 0.56 0.77 0 0.29
HSL 256.29º 0.63% 0.44% -
HSV(B) 256.29º 0.77% 0.71% -
XYZ 12.58 6.74 44.89 -
YUV 69.32 191.59 135.62 -
System Red Green Blue C M Y K H S L
Decimal 80 42 182 0.56 0.77 0 0.29 256.29 0.63 0.44
Hex 50 2A B6 38 4D 0 1D 100 3E 2C
Octal 120 52 266 70 115 0 35 400 76 54
Binary 1010000 101010 10110110 111000 1001101 0 11101 100000000 111110 101100

Color Harmonies of #502AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502AB6

Black with #502AB6

Text Example


Text Example

White with #502AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,42,182); }

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

background-color css

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

 a { background-color: rgb(80,42,182); }

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

border-color css

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

 span { border-color: rgb(80,42,182); }

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