Html Css Color HEX #503DCF Purple Heart

📋 copy color: '#503DCF'

red 80 ◦ green 61 ◦ blue 207

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

Shades of Purple Heart #503DCF

Tints of Purple Heart #503DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.48%

R = 22.99%
G = 17.53%
B = 59.48%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#503DCF (or 0x503DCF) is known color: Purple Heart. HEX triplet: 50, 3D and CF. RGB value is (80,61,207). Sum of RGB (Red+Green+Blue) = 80+61+207=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #503DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DCF is #AFC230. Grayscale: #525252. Windows color (decimal): -11518513 or 13581648. OLE color: 13581648.

HSL color Cylindrical-coordinate representation of color #503DCF: hue angle of 247.81º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #503DCF is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 61 207 -
CMYK 0.61 0.71 0 0.19
HSL 247.81º 0.6% 0.53% -
HSV(B) 247.81º 0.71% 0.81% -
XYZ 16.24 9.55 60.02 -
YUV 83.33 197.79 125.63 -
System Red Green Blue C M Y K H S L
Decimal 80 61 207 0.61 0.71 0 0.19 247.81 0.6 0.53
Hex 50 3D CF 3D 47 0 13 F8 3C 35
Octal 120 75 317 75 107 0 23 370 74 65
Binary 1010000 111101 11001111 111101 1000111 0 10011 11111000 111100 110101

Color Harmonies of #503DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503DCF

Black with #503DCF

Text Example


Text Example

White with #503DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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