Html Css Color HEX #7B4AAA Studio

📋 copy color: '#7B4AAA'

red 123 ◦ green 74 ◦ blue 170

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

Shades of Studio #7B4AAA

Tints of Studio #7B4AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.16%

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

R = 33.51%
G = 20.16%
B = 46.32%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B4AAA (or 0x7B4AAA) is known color: Studio. HEX triplet: 7B, 4A and AA. RGB value is (123,74,170). Sum of RGB (Red+Green+Blue) = 123+74+170=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B4AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4AAA is #84B555. Grayscale: #636363. Windows color (decimal): -8697174 or 11160187. OLE color: 11160187.

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

Color convert

RGB 123 74 170 -
CMYK 0.28 0.56 0 0.33
HSL 270.63º 0.39% 0.48% -
HSV(B) 270.63º 0.56% 0.67% -
XYZ 17.87 12.01 39.41 -
YUV 99.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 123 74 170 0.28 0.56 0 0.33 270.63 0.39 0.48
Hex 7B 4A AA 1C 38 0 21 10F 27 30
Octal 173 112 252 34 70 0 41 417 47 60
Binary 1111011 1001010 10101010 11100 111000 0 100001 100001111 100111 110000

Color Harmonies of #7B4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4AAA

Black with #7B4AAA

Text Example


Text Example

White with #7B4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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