Html Css Color HEX #804CAB Studio

📋 copy color: '#804CAB'

red 128 ◦ green 76 ◦ blue 171

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

Shades of Studio #804CAB

Tints of Studio #804CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 34.13%
G = 20.27%
B = 45.6%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#804CAB (or 0x804CAB) is known color: Studio. HEX triplet: 80, 4C and AB. RGB value is (128,76,171). Sum of RGB (Red+Green+Blue) = 128+76+171=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #804CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804CAB is #7FB354. Grayscale: #666666. Windows color (decimal): -8368981 or 11226240. OLE color: 11226240.

HSL color Cylindrical-coordinate representation of color #804CAB: hue angle of 272.84º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #804CAB is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 76 171 -
CMYK 0.25 0.56 0 0.33
HSL 272.84º 0.38% 0.48% -
HSV(B) 272.84º 0.56% 0.67% -
XYZ 18.84 12.7 39.99 -
YUV 102.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 128 76 171 0.25 0.56 0 0.33 272.84 0.38 0.48
Hex 80 4C AB 19 38 0 21 111 26 30
Octal 200 114 253 31 70 0 41 421 46 60
Binary 10000000 1001100 10101011 11001 111000 0 100001 100010001 100110 110000

Color Harmonies of #804CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804CAB

Black with #804CAB

Text Example


Text Example

White with #804CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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