Html Css Color HEX #7147BB Studio

📋 copy color: '#7147BB'

red 113 ◦ green 71 ◦ blue 187

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

Shades of Studio #7147BB

Tints of Studio #7147BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 30.46%
G = 19.14%
B = 50.4%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7147BB (or 0x7147BB) is known color: Studio. HEX triplet: 71, 47 and BB. RGB value is (113,71,187). Sum of RGB (Red+Green+Blue) = 113+71+187=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #7147BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7147BB is #8EB844. Grayscale: #606060. Windows color (decimal): -9353285 or 12273521. OLE color: 12273521.

HSL color Cylindrical-coordinate representation of color #7147BB: hue angle of 261.72º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7147BB is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 71 187 -
CMYK 0.40 0.62 0 0.27
HSL 261.72º 0.46% 0.51% -
HSV(B) 261.72º 0.62% 0.73% -
XYZ 18.03 11.61 48.3 -
YUV 96.78 178.91 139.57 -
System Red Green Blue C M Y K H S L
Decimal 113 71 187 0.40 0.62 0 0.27 261.72 0.46 0.51
Hex 71 47 BB 28 3E 0 1B 106 2E 33
Octal 161 107 273 50 76 0 33 406 56 63
Binary 1110001 1000111 10111011 101000 111110 0 11011 100000110 101110 110011

Color Harmonies of #7147BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7147BB

Black with #7147BB

Text Example


Text Example

White with #7147BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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