Html Css Color HEX #7B4DAE Studio

📋 copy color: '#7B4DAE'

red 123 ◦ green 77 ◦ blue 174

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

Shades of Studio #7B4DAE

Tints of Studio #7B4DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.59%

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

R = 32.89%
G = 20.59%
B = 46.52%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B4DAE (or 0x7B4DAE) is known color: Studio. HEX triplet: 7B, 4D and AE. RGB value is (123,77,174). Sum of RGB (Red+Green+Blue) = 123+77+174=374 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.89% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B4DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B4DAE is #84B251. Grayscale: #656565. Windows color (decimal): -8696402 or 11423099. OLE color: 11423099.

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

Color convert

RGB 123 77 174 -
CMYK 0.29 0.56 0 0.32
HSL 268.45º 0.39% 0.49% -
HSV(B) 268.45º 0.56% 0.68% -
XYZ 18.46 12.57 41.5 -
YUV 101.81 168.74 143.11 -
System Red Green Blue C M Y K H S L
Decimal 123 77 174 0.29 0.56 0 0.32 268.45 0.39 0.49
Hex 7B 4D AE 1D 38 0 20 10C 27 31
Octal 173 115 256 35 70 0 40 414 47 61
Binary 1111011 1001101 10101110 11101 111000 0 100000 100001100 100111 110001

Color Harmonies of #7B4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4DAE

Black with #7B4DAE

Text Example


Text Example

White with #7B4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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