Html Css Color HEX #7143AC Studio

📋 copy color: '#7143AC'

red 113 ◦ green 67 ◦ blue 172

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

Shades of Studio #7143AC

Tints of Studio #7143AC

RGB

 RED value IS 113 (44.53% from 255) = 32.1%

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

 BLUE value IS 172 (67.58% from 255) = 48.86%

R = 32.1%
G = 19.03%
B = 48.86%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7143AC (or 0x7143AC) is known color: Studio. HEX triplet: 71, 43 and AC. RGB value is (113,67,172). Sum of RGB (Red+Green+Blue) = 113+67+172=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #7143AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7143AC is #8EBC53. Grayscale: #5C5C5C. Windows color (decimal): -9354324 or 11289457. OLE color: 11289457.

HSL color Cylindrical-coordinate representation of color #7143AC: hue angle of 266.29º 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 #7143AC is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 67 172 -
CMYK 0.34 0.61 0 0.33
HSL 266.29º 0.44% 0.47% -
HSV(B) 266.29º 0.61% 0.67% -
XYZ 16.26 10.5 40.2 -
YUV 92.72 172.74 142.46 -
System Red Green Blue C M Y K H S L
Decimal 113 67 172 0.34 0.61 0 0.33 266.29 0.44 0.47
Hex 71 43 AC 22 3D 0 21 10A 2C 2F
Octal 161 103 254 42 75 0 41 412 54 57
Binary 1110001 1000011 10101100 100010 111101 0 100001 100001010 101100 101111

Color Harmonies of #7143AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7143AC

Black with #7143AC

Text Example


Text Example

White with #7143AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7143AC; }

 p { color: rgb(113,67,172); }

 H1.HeaderClassName
 {
   color: #7143AC;
 }
 .AnyTagClassName
 {
   color: #7143AC;
 }
</style>

background-color css

<style>
 a { background-color: #7143AC; }

 a { background-color: rgb(113,67,172); }

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

border-color css

<style>
 span { border-color: #7143AC; }

 span { border-color: rgb(113,67,172); }

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