Html Css Color HEX #804DAF Studio

📋 copy color: '#804DAF'

red 128 ◦ green 77 ◦ blue 175

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

Shades of Studio #804DAF

Tints of Studio #804DAF

RGB

 RED value IS 128 (50.39% from 255) = 33.68%

 GREEN value IS 77 (30.47% from 255) = 20.26%

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 33.68%
G = 20.26%
B = 46.05%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#804DAF (or 0x804DAF) is known color: Studio. HEX triplet: 80, 4D and AF. RGB value is (128,77,175). Sum of RGB (Red+Green+Blue) = 128+77+175=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #804DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804DAF is #7FB250. Grayscale: #676767. Windows color (decimal): -8368721 or 11488640. OLE color: 11488640.

HSL color Cylindrical-coordinate representation of color #804DAF: hue angle of 271.22º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #804DAF is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 77 175 -
CMYK 0.27 0.56 0 0.31
HSL 271.22º 0.39% 0.49% -
HSV(B) 271.22º 0.56% 0.69% -
XYZ 19.29 12.99 42.05 -
YUV 103.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 128 77 175 0.27 0.56 0 0.31 271.22 0.39 0.49
Hex 80 4D AF 1B 38 0 1F 10F 27 31
Octal 200 115 257 33 70 0 37 417 47 61
Binary 10000000 1001101 10101111 11011 111000 0 11111 100001111 100111 110001

Color Harmonies of #804DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804DAF

Black with #804DAF

Text Example


Text Example

White with #804DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804DAF; }

 p { color: rgb(128,77,175); }

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

background-color css

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

 a { background-color: rgb(128,77,175); }

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

border-color css

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

 span { border-color: rgb(128,77,175); }

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