Html Css Color HEX #7447BB Studio

📋 copy color: '#7447BB'

red 116 ◦ green 71 ◦ blue 187

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

Shades of Studio #7447BB

Tints of Studio #7447BB

RGB

 RED value IS 116 (45.7% from 255) = 31.02%

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

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

R = 31.02%
G = 18.98%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7447BB (or 0x7447BB) is known color: Studio. HEX triplet: 74, 47 and BB. RGB value is (116,71,187). Sum of RGB (Red+Green+Blue) = 116+71+187=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #7447BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7447BB is #8BB844. Grayscale: #616161. Windows color (decimal): -9156677 or 12273524. OLE color: 12273524.

HSL color Cylindrical-coordinate representation of color #7447BB: hue angle of 263.28º 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 #7447BB is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 71 187 -
CMYK 0.38 0.62 0 0.27
HSL 263.28º 0.46% 0.51% -
HSV(B) 263.28º 0.62% 0.73% -
XYZ 18.43 11.81 48.32 -
YUV 97.68 178.41 141.07 -
System Red Green Blue C M Y K H S L
Decimal 116 71 187 0.38 0.62 0 0.27 263.28 0.46 0.51
Hex 74 47 BB 26 3E 0 1B 107 2E 33
Octal 164 107 273 46 76 0 33 407 56 63
Binary 1110100 1000111 10111011 100110 111110 0 11011 100000111 101110 110011

Color Harmonies of #7447BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7447BB

Black with #7447BB

Text Example


Text Example

White with #7447BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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