Html Css Color HEX #7B5AAC Studio

📋 copy color: '#7B5AAC'

red 123 ◦ green 90 ◦ blue 172

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

Shades of Studio #7B5AAC

Tints of Studio #7B5AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 31.95%
G = 23.38%
B = 44.68%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B5AAC (or 0x7B5AAC) is known color: Studio. HEX triplet: 7B, 5A and AC. RGB value is (123,90,172). Sum of RGB (Red+Green+Blue) = 123+90+172=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B5AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5AAC is #84A553. Grayscale: #6C6C6C. Windows color (decimal): -8693076 or 11295355. OLE color: 11295355.

HSL color Cylindrical-coordinate representation of color #7B5AAC: hue angle of 264.15º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B5AAC is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 90 172 -
CMYK 0.28 0.48 0 0.33
HSL 264.15º 0.33% 0.51% -
HSV(B) 264.15º 0.48% 0.67% -
XYZ 19.27 14.5 40.81 -
YUV 109.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 123 90 172 0.28 0.48 0 0.33 264.15 0.33 0.51
Hex 7B 5A AC 1C 30 0 21 108 21 33
Octal 173 132 254 34 60 0 41 410 41 63
Binary 1111011 1011010 10101100 11100 110000 0 100001 100001000 100001 110011

Color Harmonies of #7B5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5AAC

Black with #7B5AAC

Text Example


Text Example

White with #7B5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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