Html Css Color HEX #804CAF Studio

📋 copy color: '#804CAF'

red 128 ◦ green 76 ◦ blue 175

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

Shades of Studio #804CAF

Tints of Studio #804CAF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.05%

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

R = 33.77%
G = 20.05%
B = 46.17%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#804CAF (or 0x804CAF) is known color: Studio. HEX triplet: 80, 4C and AF. RGB value is (128,76,175). Sum of RGB (Red+Green+Blue) = 128+76+175=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #804CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804CAF is #7FB350. Grayscale: #666666. Windows color (decimal): -8368977 or 11488384. OLE color: 11488384.

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

Color convert

RGB 128 76 175 -
CMYK 0.27 0.57 0 0.31
HSL 271.52º 0.39% 0.49% -
HSV(B) 271.52º 0.57% 0.69% -
XYZ 19.22 12.85 42.03 -
YUV 102.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 128 76 175 0.27 0.57 0 0.31 271.52 0.39 0.49
Hex 80 4C AF 1B 39 0 1F 110 27 31
Octal 200 114 257 33 71 0 37 420 47 61
Binary 10000000 1001100 10101111 11011 111001 0 11111 100010000 100111 110001

Color Harmonies of #804CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804CAF

Black with #804CAF

Text Example


Text Example

White with #804CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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