Html Css Color HEX #804FAB Studio

📋 copy color: '#804FAB'

red 128 ◦ green 79 ◦ blue 171

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

Shades of Studio #804FAB

Tints of Studio #804FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.9%

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

R = 33.86%
G = 20.9%
B = 45.24%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#804FAB (or 0x804FAB) is known color: Studio. HEX triplet: 80, 4F and AB. RGB value is (128,79,171). Sum of RGB (Red+Green+Blue) = 128+79+171=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #804FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804FAB is #7FB054. Grayscale: #676767. Windows color (decimal): -8368213 or 11227008. OLE color: 11227008.

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

Color convert

RGB 128 79 171 -
CMYK 0.25 0.54 0 0.33
HSL 271.96º 0.37% 0.49% -
HSV(B) 271.96º 0.54% 0.67% -
XYZ 19.05 13.12 40.06 -
YUV 104.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 128 79 171 0.25 0.54 0 0.33 271.96 0.37 0.49
Hex 80 4F AB 19 36 0 21 110 25 31
Octal 200 117 253 31 66 0 41 420 45 61
Binary 10000000 1001111 10101011 11001 110110 0 100001 100010000 100101 110001

Color Harmonies of #804FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804FAB

Black with #804FAB

Text Example


Text Example

White with #804FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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