Html Css Color HEX #7E45BB Studio

📋 copy color: '#7E45BB'

red 126 ◦ green 69 ◦ blue 187

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

Shades of Studio #7E45BB

Tints of Studio #7E45BB

RGB

 RED value IS 126 (49.61% from 255) = 32.98%

 GREEN value IS 69 (27.34% from 255) = 18.06%

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

R = 32.98%
G = 18.06%
B = 48.95%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E45BB (or 0x7E45BB) is known color: Studio. HEX triplet: 7E, 45 and BB. RGB value is (126,69,187). Sum of RGB (Red+Green+Blue) = 126+69+187=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E45BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E45BB is #81BA44. Grayscale: #636363. Windows color (decimal): -8501829 or 12273022. OLE color: 12273022.

HSL color Cylindrical-coordinate representation of color #7E45BB: hue angle of 268.98º 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 #7E45BB is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 69 187 -
CMYK 0.33 0.63 0 0.27
HSL 268.98º 0.46% 0.5% -
HSV(B) 268.98º 0.63% 0.73% -
XYZ 19.7 12.28 48.35 -
YUV 99.5 177.38 146.91 -
System Red Green Blue C M Y K H S L
Decimal 126 69 187 0.33 0.63 0 0.27 268.98 0.46 0.5
Hex 7E 45 BB 21 3F 0 1B 10D 2E 32
Octal 176 105 273 41 77 0 33 415 56 62
Binary 1111110 1000101 10111011 100001 111111 0 11011 100001101 101110 110010

Color Harmonies of #7E45BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E45BB

Black with #7E45BB

Text Example


Text Example

White with #7E45BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E45BB; }

 p { color: rgb(126,69,187); }

 H1.HeaderClassName
 {
   color: #7E45BB;
 }
 .AnyTagClassName
 {
   color: #7E45BB;
 }
</style>

background-color css

<style>
 a { background-color: #7E45BB; }

 a { background-color: rgb(126,69,187); }

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

border-color css

<style>
 span { border-color: #7E45BB; }

 span { border-color: rgb(126,69,187); }

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