Html Css Color HEX #504378 Victoria

📋 copy color: '#504378'

red 80 ◦ green 67 ◦ blue 120

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

Shades of Victoria #504378

Tints of Victoria #504378

RGB

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

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

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

R = 29.96%
G = 25.09%
B = 44.94%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#504378 (or 0x504378) is known color: Victoria. HEX triplet: 50, 43 and 78. RGB value is (80,67,120). Sum of RGB (Red+Green+Blue) = 80+67+120=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #504378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504378 is #AFBC87. Grayscale: #4C4C4C. Windows color (decimal): -11517064 or 7881552. OLE color: 7881552.

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

Color convert

RGB 80 67 120 -
CMYK 0.33 0.44 0 0.53
HSL 254.72º 0.28% 0.37% -
HSV(B) 254.72º 0.44% 0.47% -
XYZ 8.71 7.08 18.68 -
YUV 76.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 80 67 120 0.33 0.44 0 0.53 254.72 0.28 0.37
Hex 50 43 78 21 2C 0 35 FF 1C 25
Octal 120 103 170 41 54 0 65 377 34 45
Binary 1010000 1000011 1111000 100001 101100 0 110101 11111111 11100 100101

Color Harmonies of #504378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504378

Black with #504378

Text Example


Text Example

White with #504378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504378; }

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

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

background-color css

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

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

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

border-color css

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

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

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