Html Css Color HEX #503BB6 Purple Heart

📋 copy color: '#503BB6'

red 80 ◦ green 59 ◦ blue 182

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

Shades of Purple Heart #503BB6

Tints of Purple Heart #503BB6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.38%

 BLUE value IS 182 (71.48% from 255) = 56.7%

R = 24.92%
G = 18.38%
B = 56.7%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#503BB6 (or 0x503BB6) is known color: Purple Heart. HEX triplet: 50, 3B and B6. RGB value is (80,59,182). Sum of RGB (Red+Green+Blue) = 80+59+182=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 182 (71.48% from 255 or 56.70% from 321); Max value from RGB is 182 - color contains mainly: blue. Hex color #503BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BB6 is #AFC449. Grayscale: #4E4E4E. Windows color (decimal): -11519050 or 11942736. OLE color: 11942736.

HSL color Cylindrical-coordinate representation of color #503BB6: hue angle of 250.24º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #503BB6 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 59 182 -
CMYK 0.56 0.68 0 0.29
HSL 250.24º 0.51% 0.47% -
HSV(B) 250.24º 0.68% 0.71% -
XYZ 13.32 8.21 45.14 -
YUV 79.3 185.96 128.5 -
System Red Green Blue C M Y K H S L
Decimal 80 59 182 0.56 0.68 0 0.29 250.24 0.51 0.47
Hex 50 3B B6 38 44 0 1D FA 33 2F
Octal 120 73 266 70 104 0 35 372 63 57
Binary 1010000 111011 10110110 111000 1000100 0 11101 11111010 110011 101111

Color Harmonies of #503BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BB6

Black with #503BB6

Text Example


Text Example

White with #503BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503BB6; }

 p { color: rgb(80,59,182); }

 H1.HeaderClassName
 {
   color: #503BB6;
 }
 .AnyTagClassName
 {
   color: #503BB6;
 }
</style>

background-color css

<style>
 a { background-color: #503BB6; }

 a { background-color: rgb(80,59,182); }

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

border-color css

<style>
 span { border-color: #503BB6; }

 span { border-color: rgb(80,59,182); }

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