Html Css Color HEX #503CCE Purple Heart

📋 copy color: '#503CCE'

red 80 ◦ green 60 ◦ blue 206

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

Shades of Purple Heart #503CCE

Tints of Purple Heart #503CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.34%

 BLUE value IS 206 (80.86% from 255) = 59.54%

R = 23.12%
G = 17.34%
B = 59.54%

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

#503CCE (or 0x503CCE) is known color: Purple Heart. HEX triplet: 50, 3C and CE. RGB value is (80,60,206). Sum of RGB (Red+Green+Blue) = 80+60+206=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #503CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503CCE is #AFC331. Grayscale: #525252. Windows color (decimal): -11518770 or 13515856. OLE color: 13515856.

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

Color convert

RGB 80 60 206 -
CMYK 0.61 0.71 0 0.19
HSL 248.22º 0.6% 0.52% -
HSV(B) 248.22º 0.71% 0.81% -
XYZ 16.06 9.39 59.36 -
YUV 82.62 197.63 126.13 -
System Red Green Blue C M Y K H S L
Decimal 80 60 206 0.61 0.71 0 0.19 248.22 0.6 0.52
Hex 50 3C CE 3D 47 0 13 F8 3C 34
Octal 120 74 316 75 107 0 23 370 74 64
Binary 1010000 111100 11001110 111101 1000111 0 10011 11111000 111100 110100

Color Harmonies of #503CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503CCE

Black with #503CCE

Text Example


Text Example

White with #503CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,60,206); }

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

background-color css

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

 a { background-color: rgb(80,60,206); }

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

border-color css

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

 span { border-color: rgb(80,60,206); }

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