Html Css Color HEX #503DBB Purple Heart

📋 copy color: '#503DBB'

red 80 ◦ green 61 ◦ blue 187

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

Shades of Purple Heart #503DBB

Tints of Purple Heart #503DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.6%

 BLUE value IS 187 (73.44% from 255) = 57.01%

R = 24.39%
G = 18.6%
B = 57.01%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#503DBB (or 0x503DBB) is known color: Purple Heart. HEX triplet: 50, 3D and BB. RGB value is (80,61,187). Sum of RGB (Red+Green+Blue) = 80+61+187=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #503DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DBB is #AFC244. Grayscale: #505050. Windows color (decimal): -11518533 or 12270928. OLE color: 12270928.

HSL color Cylindrical-coordinate representation of color #503DBB: hue angle of 249.05º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #503DBB is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 61 187 -
CMYK 0.57 0.67 0 0.27
HSL 249.05º 0.51% 0.49% -
HSV(B) 249.05º 0.67% 0.73% -
XYZ 13.95 8.63 47.94 -
YUV 81.05 187.79 127.25 -
System Red Green Blue C M Y K H S L
Decimal 80 61 187 0.57 0.67 0 0.27 249.05 0.51 0.49
Hex 50 3D BB 39 43 0 1B F9 33 31
Octal 120 75 273 71 103 0 33 371 63 61
Binary 1010000 111101 10111011 111001 1000011 0 11011 11111001 110011 110001

Color Harmonies of #503DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503DBB

Black with #503DBB

Text Example


Text Example

White with #503DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,61,187); }

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

background-color css

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

 a { background-color: rgb(80,61,187); }

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

border-color css

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

 span { border-color: rgb(80,61,187); }

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