Html Css Color HEX #502CBF Purple Heart

📋 copy color: '#502CBF'

red 80 ◦ green 44 ◦ blue 191

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

Shades of Purple Heart #502CBF

Tints of Purple Heart #502CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.63%

R = 25.4%
G = 13.97%
B = 60.63%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#502CBF (or 0x502CBF) is known color: Purple Heart. HEX triplet: 50, 2C and BF. RGB value is (80,44,191). Sum of RGB (Red+Green+Blue) = 80+44+191=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #502CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502CBF is #AFD340. Grayscale: #464646. Windows color (decimal): -11522881 or 12528720. OLE color: 12528720.

HSL color Cylindrical-coordinate representation of color #502CBF: hue angle of 254.69º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502CBF is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 44 191 -
CMYK 0.58 0.77 0 0.25
HSL 254.69º 0.63% 0.46% -
HSV(B) 254.69º 0.77% 0.75% -
XYZ 13.61 7.27 49.98 -
YUV 71.52 195.43 134.05 -
System Red Green Blue C M Y K H S L
Decimal 80 44 191 0.58 0.77 0 0.25 254.69 0.63 0.46
Hex 50 2C BF 3A 4D 0 19 FF 3F 2E
Octal 120 54 277 72 115 0 31 377 77 56
Binary 1010000 101100 10111111 111010 1001101 0 11001 11111111 111111 101110

Color Harmonies of #502CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502CBF

Black with #502CBF

Text Example


Text Example

White with #502CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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