Html Css Color HEX #502DBF Purple Heart

📋 copy color: '#502DBF'

red 80 ◦ green 45 ◦ blue 191

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

Shades of Purple Heart #502DBF

Tints of Purple Heart #502DBF

RGB

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

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

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

R = 25.32%
G = 14.24%
B = 60.44%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#502DBF (or 0x502DBF) is known color: Purple Heart. HEX triplet: 50, 2D and BF. RGB value is (80,45,191). Sum of RGB (Red+Green+Blue) = 80+45+191=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #502DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502DBF is #AFD240. Grayscale: #474747. Windows color (decimal): -11522625 or 12528976. OLE color: 12528976.

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

Color convert

RGB 80 45 191 -
CMYK 0.58 0.76 0 0.25
HSL 254.38º 0.62% 0.46% -
HSV(B) 254.38º 0.76% 0.75% -
XYZ 13.65 7.34 49.99 -
YUV 72.11 195.1 133.63 -
System Red Green Blue C M Y K H S L
Decimal 80 45 191 0.58 0.76 0 0.25 254.38 0.62 0.46
Hex 50 2D BF 3A 4C 0 19 FE 3E 2E
Octal 120 55 277 72 114 0 31 376 76 56
Binary 1010000 101101 10111111 111010 1001100 0 11001 11111110 111110 101110

Color Harmonies of #502DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502DBF

Black with #502DBF

Text Example


Text Example

White with #502DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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