Html Css Color HEX #502BB3 Purple Heart

📋 copy color: '#502BB3'

red 80 ◦ green 43 ◦ blue 179

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

Shades of Purple Heart #502BB3

Tints of Purple Heart #502BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 59.27%

R = 26.49%
G = 14.24%
B = 59.27%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#502BB3 (or 0x502BB3) is known color: Purple Heart. HEX triplet: 50, 2B and B3. RGB value is (80,43,179). Sum of RGB (Red+Green+Blue) = 80+43+179=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 179 (70.31% from 255 or 59.27% from 302); Max value from RGB is 179 - color contains mainly: blue. Hex color #502BB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BB3 is #AFD44C. Grayscale: #454545. Windows color (decimal): -11523149 or 11742032. OLE color: 11742032.

HSL color Cylindrical-coordinate representation of color #502BB3: hue angle of 256.32º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502BB3 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 43 179 -
CMYK 0.55 0.76 0 0.30
HSL 256.32º 0.61% 0.44% -
HSV(B) 256.32º 0.76% 0.7% -
XYZ 12.31 6.69 43.29 -
YUV 69.57 189.76 135.44 -
System Red Green Blue C M Y K H S L
Decimal 80 43 179 0.55 0.76 0 0.30 256.32 0.61 0.44
Hex 50 2B B3 37 4C 0 1E 100 3D 2C
Octal 120 53 263 67 114 0 36 400 75 54
Binary 1010000 101011 10110011 110111 1001100 0 11110 100000000 111101 101100

Color Harmonies of #502BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502BB3

Black with #502BB3

Text Example


Text Example

White with #502BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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