Html Css Color HEX #503DC6 Purple Heart

📋 copy color: '#503DC6'

red 80 ◦ green 61 ◦ blue 198

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

Shades of Purple Heart #503DC6

Tints of Purple Heart #503DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 58.41%

R = 23.6%
G = 17.99%
B = 58.41%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#503DC6 (or 0x503DC6) is known color: Purple Heart. HEX triplet: 50, 3D and C6. RGB value is (80,61,198). Sum of RGB (Red+Green+Blue) = 80+61+198=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 198 (77.73% from 255 or 58.41% from 339); Max value from RGB is 198 - color contains mainly: blue. Hex color #503DC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DC6 is #AFC239. Grayscale: #515151. Windows color (decimal): -11518522 or 12991824. OLE color: 12991824.

HSL color Cylindrical-coordinate representation of color #503DC6: hue angle of 248.32º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503DC6 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 61 198 -
CMYK 0.60 0.69 0 0.22
HSL 248.32º 0.55% 0.51% -
HSV(B) 248.32º 0.69% 0.78% -
XYZ 15.17 9.12 54.39 -
YUV 82.3 193.29 126.36 -
System Red Green Blue C M Y K H S L
Decimal 80 61 198 0.60 0.69 0 0.22 248.32 0.55 0.51
Hex 50 3D C6 3C 45 0 16 F8 37 33
Octal 120 75 306 74 105 0 26 370 67 63
Binary 1010000 111101 11000110 111100 1000101 0 10110 11111000 110111 110011

Color Harmonies of #503DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503DC6

Black with #503DC6

Text Example


Text Example

White with #503DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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