Html Css Color HEX #7B5AAE Studio

📋 copy color: '#7B5AAE'

red 123 ◦ green 90 ◦ blue 174

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

Shades of Studio #7B5AAE

Tints of Studio #7B5AAE

RGB

 RED value IS 123 (48.44% from 255) = 31.78%

 GREEN value IS 90 (35.55% from 255) = 23.26%

 BLUE value IS 174 (68.36% from 255) = 44.96%

R = 31.78%
G = 23.26%
B = 44.96%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B5AAE (or 0x7B5AAE) is known color: Studio. HEX triplet: 7B, 5A and AE. RGB value is (123,90,174). Sum of RGB (Red+Green+Blue) = 123+90+174=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B5AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5AAE is #84A551. Grayscale: #6D6D6D. Windows color (decimal): -8693074 or 11426427. OLE color: 11426427.

HSL color Cylindrical-coordinate representation of color #7B5AAE: hue angle of 263.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B5AAE is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 90 174 -
CMYK 0.29 0.48 0 0.32
HSL 263.57º 0.34% 0.52% -
HSV(B) 263.57º 0.48% 0.68% -
XYZ 19.46 14.58 41.83 -
YUV 109.44 164.43 137.67 -
System Red Green Blue C M Y K H S L
Decimal 123 90 174 0.29 0.48 0 0.32 263.57 0.34 0.52
Hex 7B 5A AE 1D 30 0 20 108 22 34
Octal 173 132 256 35 60 0 40 410 42 64
Binary 1111011 1011010 10101110 11101 110000 0 100000 100001000 100010 110100

Color Harmonies of #7B5AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5AAE

Black with #7B5AAE

Text Example


Text Example

White with #7B5AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,90,174); }

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

background-color css

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

 a { background-color: rgb(123,90,174); }

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

border-color css

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

 span { border-color: rgb(123,90,174); }

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