Html Css Color HEX #502BBA Purple Heart

📋 copy color: '#502BBA'

red 80 ◦ green 43 ◦ blue 186

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

Shades of Purple Heart #502BBA

Tints of Purple Heart #502BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.19%

R = 25.89%
G = 13.92%
B = 60.19%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#502BBA (or 0x502BBA) is known color: Purple Heart. HEX triplet: 50, 2B and BA. RGB value is (80,43,186). Sum of RGB (Red+Green+Blue) = 80+43+186=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #502BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BBA is #AFD445. Grayscale: #454545. Windows color (decimal): -11523142 or 12200784. OLE color: 12200784.

HSL color Cylindrical-coordinate representation of color #502BBA: hue angle of 255.52º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502BBA is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 43 186 -
CMYK 0.57 0.77 0 0.27
HSL 255.52º 0.62% 0.45% -
HSV(B) 255.52º 0.77% 0.73% -
XYZ 13.04 6.98 47.11 -
YUV 70.37 193.26 134.87 -
System Red Green Blue C M Y K H S L
Decimal 80 43 186 0.57 0.77 0 0.27 255.52 0.62 0.45
Hex 50 2B BA 39 4D 0 1B 100 3E 2D
Octal 120 53 272 71 115 0 33 400 76 55
Binary 1010000 101011 10111010 111001 1001101 0 11011 100000000 111110 101101

Color Harmonies of #502BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502BBA

Black with #502BBA

Text Example


Text Example

White with #502BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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