Html Css Color HEX #504379 Victoria

📋 copy color: '#504379'

red 80 ◦ green 67 ◦ blue 121

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

Shades of Victoria #504379

Tints of Victoria #504379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25%

 BLUE value IS 121 (47.66% from 255) = 45.15%

R = 29.85%
G = 25%
B = 45.15%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#504379 (or 0x504379) is known color: Victoria. HEX triplet: 50, 43 and 79. RGB value is (80,67,121). Sum of RGB (Red+Green+Blue) = 80+67+121=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #504379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504379 is #AFBC86. Grayscale: #4C4C4C. Windows color (decimal): -11517063 or 7947088. OLE color: 7947088.

HSL color Cylindrical-coordinate representation of color #504379: hue angle of 254.44º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #504379 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 67 121 -
CMYK 0.34 0.45 0 0.53
HSL 254.44º 0.29% 0.37% -
HSV(B) 254.44º 0.45% 0.47% -
XYZ 8.77 7.1 19 -
YUV 77.04 152.81 130.11 -
System Red Green Blue C M Y K H S L
Decimal 80 67 121 0.34 0.45 0 0.53 254.44 0.29 0.37
Hex 50 43 79 22 2D 0 35 FE 1D 25
Octal 120 103 171 42 55 0 65 376 35 45
Binary 1010000 1000011 1111001 100010 101101 0 110101 11111110 11101 100101

Color Harmonies of #504379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504379

Black with #504379

Text Example


Text Example

White with #504379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504379; }

 p { color: rgb(80,67,121); }

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

background-color css

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

 a { background-color: rgb(80,67,121); }

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

border-color css

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

 span { border-color: rgb(80,67,121); }

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