Html Css Color HEX #502DBC Purple Heart

📋 copy color: '#502DBC'

red 80 ◦ green 45 ◦ blue 188

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

Shades of Purple Heart #502DBC

Tints of Purple Heart #502DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.06%

R = 25.56%
G = 14.38%
B = 60.06%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#502DBC (or 0x502DBC) is known color: Purple Heart. HEX triplet: 50, 2D and BC. RGB value is (80,45,188). Sum of RGB (Red+Green+Blue) = 80+45+188=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #502DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502DBC is #AFD243. Grayscale: #474747. Windows color (decimal): -11522628 or 12332368. OLE color: 12332368.

HSL color Cylindrical-coordinate representation of color #502DBC: hue angle of 254.69º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502DBC is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 45 188 -
CMYK 0.57 0.76 0 0.26
HSL 254.69º 0.61% 0.46% -
HSV(B) 254.69º 0.76% 0.74% -
XYZ 13.32 7.21 48.27 -
YUV 71.77 193.6 133.87 -
System Red Green Blue C M Y K H S L
Decimal 80 45 188 0.57 0.76 0 0.26 254.69 0.61 0.46
Hex 50 2D BC 39 4C 0 1A FF 3D 2E
Octal 120 55 274 71 114 0 32 377 75 56
Binary 1010000 101101 10111100 111001 1001100 0 11010 11111111 111101 101110

Color Harmonies of #502DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502DBC

Black with #502DBC

Text Example


Text Example

White with #502DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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