Html Css Color HEX #7B58AA Studio

📋 copy color: '#7B58AA'

red 123 ◦ green 88 ◦ blue 170

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

Shades of Studio #7B58AA

Tints of Studio #7B58AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.1%

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 32.28%
G = 23.1%
B = 44.62%

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

#7B58AA (or 0x7B58AA) is known color: Studio. HEX triplet: 7B, 58 and AA. RGB value is (123,88,170). Sum of RGB (Red+Green+Blue) = 123+88+170=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B58AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B58AA is #84A755. Grayscale: #6B6B6B. Windows color (decimal): -8693590 or 11163771. OLE color: 11163771.

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

Color convert

RGB 123 88 170 -
CMYK 0.28 0.48 0 0.33
HSL 265.61º 0.33% 0.51% -
HSV(B) 265.61º 0.48% 0.67% -
XYZ 18.91 14.09 39.75 -
YUV 107.81 163.1 138.83 -
System Red Green Blue C M Y K H S L
Decimal 123 88 170 0.28 0.48 0 0.33 265.61 0.33 0.51
Hex 7B 58 AA 1C 30 0 21 10A 21 33
Octal 173 130 252 34 60 0 41 412 41 63
Binary 1111011 1011000 10101010 11100 110000 0 100001 100001010 100001 110011

Color Harmonies of #7B58AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B58AA

Black with #7B58AA

Text Example


Text Example

White with #7B58AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,88,170); }

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

background-color css

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

 a { background-color: rgb(123,88,170); }

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

border-color css

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

 span { border-color: rgb(123,88,170); }

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