Html Css Color HEX #7147AF Studio

📋 copy color: '#7147AF'

red 113 ◦ green 71 ◦ blue 175

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

Shades of Studio #7147AF

Tints of Studio #7147AF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.78%

 BLUE value IS 175 (68.75% from 255) = 48.75%

R = 31.48%
G = 19.78%
B = 48.75%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7147AF (or 0x7147AF) is known color: Studio. HEX triplet: 71, 47 and AF. RGB value is (113,71,175). Sum of RGB (Red+Green+Blue) = 113+71+175=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #7147AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7147AF is #8EB850. Grayscale: #5F5F5F. Windows color (decimal): -9353297 or 11487089. OLE color: 11487089.

HSL color Cylindrical-coordinate representation of color #7147AF: hue angle of 264.23º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7147AF is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 71 175 -
CMYK 0.35 0.59 0 0.31
HSL 264.23º 0.42% 0.48% -
HSV(B) 264.23º 0.59% 0.69% -
XYZ 16.8 11.11 41.82 -
YUV 95.41 172.91 140.54 -
System Red Green Blue C M Y K H S L
Decimal 113 71 175 0.35 0.59 0 0.31 264.23 0.42 0.48
Hex 71 47 AF 23 3B 0 1F 108 2A 30
Octal 161 107 257 43 73 0 37 410 52 60
Binary 1110001 1000111 10101111 100011 111011 0 11111 100001000 101010 110000

Color Harmonies of #7147AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7147AF

Black with #7147AF

Text Example


Text Example

White with #7147AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7147AF; }

 p { color: rgb(113,71,175); }

 H1.HeaderClassName
 {
   color: #7147AF;
 }
 .AnyTagClassName
 {
   color: #7147AF;
 }
</style>

background-color css

<style>
 a { background-color: #7147AF; }

 a { background-color: rgb(113,71,175); }

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

border-color css

<style>
 span { border-color: #7147AF; }

 span { border-color: rgb(113,71,175); }

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