Html Css Color HEX #7043AB Studio

📋 copy color: '#7043AB'

red 112 ◦ green 67 ◦ blue 171

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

Shades of Studio #7043AB

Tints of Studio #7043AB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.14%

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

R = 32%
G = 19.14%
B = 48.86%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7043AB (or 0x7043AB) is known color: Studio. HEX triplet: 70, 43 and AB. RGB value is (112,67,171). Sum of RGB (Red+Green+Blue) = 112+67+171=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #7043AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7043AB is #8FBC54. Grayscale: #5B5B5B. Windows color (decimal): -9419861 or 11223920. OLE color: 11223920.

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

Color convert

RGB 112 67 171 -
CMYK 0.35 0.61 0 0.33
HSL 265.96º 0.44% 0.47% -
HSV(B) 265.96º 0.61% 0.67% -
XYZ 16.04 10.4 39.69 -
YUV 92.31 172.41 142.04 -
System Red Green Blue C M Y K H S L
Decimal 112 67 171 0.35 0.61 0 0.33 265.96 0.44 0.47
Hex 70 43 AB 23 3D 0 21 10A 2C 2F
Octal 160 103 253 43 75 0 41 412 54 57
Binary 1110000 1000011 10101011 100011 111101 0 100001 100001010 101100 101111

Color Harmonies of #7043AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7043AB

Black with #7043AB

Text Example


Text Example

White with #7043AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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