Html Css Color HEX #7046AB Studio

📋 copy color: '#7046AB'

red 112 ◦ green 70 ◦ blue 171

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

Shades of Studio #7046AB

Tints of Studio #7046AB

RGB

 RED value IS 112 (44.14% from 255) = 31.73%

 GREEN value IS 70 (27.73% from 255) = 19.83%

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

R = 31.73%
G = 19.83%
B = 48.44%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7046AB (or 0x7046AB) is known color: Studio. HEX triplet: 70, 46 and AB. RGB value is (112,70,171). Sum of RGB (Red+Green+Blue) = 112+70+171=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #7046AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7046AB is #8FB954. Grayscale: #5D5D5D. Windows color (decimal): -9419093 or 11224688. OLE color: 11224688.

HSL color Cylindrical-coordinate representation of color #7046AB: hue angle of 264.95º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7046AB is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 70 171 -
CMYK 0.35 0.59 0 0.33
HSL 264.95º 0.42% 0.47% -
HSV(B) 264.95º 0.59% 0.67% -
XYZ 16.22 10.77 39.75 -
YUV 94.07 171.41 140.79 -
System Red Green Blue C M Y K H S L
Decimal 112 70 171 0.35 0.59 0 0.33 264.95 0.42 0.47
Hex 70 46 AB 23 3B 0 21 109 2A 2F
Octal 160 106 253 43 73 0 41 411 52 57
Binary 1110000 1000110 10101011 100011 111011 0 100001 100001001 101010 101111

Color Harmonies of #7046AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7046AB

Black with #7046AB

Text Example


Text Example

White with #7046AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7046AB; }

 p { color: rgb(112,70,171); }

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

background-color css

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

 a { background-color: rgb(112,70,171); }

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

border-color css

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

 span { border-color: rgb(112,70,171); }

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