Html Css Color HEX #504478 Victoria

📋 copy color: '#504478'

red 80 ◦ green 68 ◦ blue 120

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

Shades of Victoria #504478

Tints of Victoria #504478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.37%

 BLUE value IS 120 (47.27% from 255) = 44.78%

R = 29.85%
G = 25.37%
B = 44.78%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#504478 (or 0x504478) is known color: Victoria. HEX triplet: 50, 44 and 78. RGB value is (80,68,120). Sum of RGB (Red+Green+Blue) = 80+68+120=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #504478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504478 is #AFBB87. Grayscale: #4D4D4D. Windows color (decimal): -11516808 or 7881808. OLE color: 7881808.

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

Color convert

RGB 80 68 120 -
CMYK 0.33 0.43 0 0.53
HSL 253.85º 0.28% 0.37% -
HSV(B) 253.85º 0.43% 0.47% -
XYZ 8.77 7.2 18.7 -
YUV 77.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 80 68 120 0.33 0.43 0 0.53 253.85 0.28 0.37
Hex 50 44 78 21 2B 0 35 FE 1C 25
Octal 120 104 170 41 53 0 65 376 34 45
Binary 1010000 1000100 1111000 100001 101011 0 110101 11111110 11100 100101

Color Harmonies of #504478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504478

Black with #504478

Text Example


Text Example

White with #504478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504478; }

 p { color: rgb(80,68,120); }

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

background-color css

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

 a { background-color: rgb(80,68,120); }

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

border-color css

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

 span { border-color: rgb(80,68,120); }

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