Html Css Color HEX #7446BB Studio

📋 copy color: '#7446BB'

red 116 ◦ green 70 ◦ blue 187

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

Shades of Studio #7446BB

Tints of Studio #7446BB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.77%

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

R = 31.1%
G = 18.77%
B = 50.13%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7446BB (or 0x7446BB) is known color: Studio. HEX triplet: 74, 46 and BB. RGB value is (116,70,187). Sum of RGB (Red+Green+Blue) = 116+70+187=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #7446BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7446BB is #8BB944. Grayscale: #606060. Windows color (decimal): -9156933 or 12273268. OLE color: 12273268.

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

Color convert

RGB 116 70 187 -
CMYK 0.38 0.63 0 0.27
HSL 263.59º 0.46% 0.5% -
HSV(B) 263.59º 0.63% 0.73% -
XYZ 18.36 11.68 48.3 -
YUV 97.09 178.74 141.49 -
System Red Green Blue C M Y K H S L
Decimal 116 70 187 0.38 0.63 0 0.27 263.59 0.46 0.5
Hex 74 46 BB 26 3F 0 1B 108 2E 32
Octal 164 106 273 46 77 0 33 410 56 62
Binary 1110100 1000110 10111011 100110 111111 0 11011 100001000 101110 110010

Color Harmonies of #7446BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7446BB

Black with #7446BB

Text Example


Text Example

White with #7446BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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