Html Css Color HEX #7A4DBB Studio

📋 copy color: '#7A4DBB'

red 122 ◦ green 77 ◦ blue 187

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

Shades of Studio #7A4DBB

Tints of Studio #7A4DBB

RGB

 RED value IS 122 (48.05% from 255) = 31.61%

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

 BLUE value IS 187 (73.44% from 255) = 48.45%

R = 31.61%
G = 19.95%
B = 48.45%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7A4DBB (or 0x7A4DBB) is known color: Studio. HEX triplet: 7A, 4D and BB. RGB value is (122,77,187). Sum of RGB (Red+Green+Blue) = 122+77+187=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A4DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4DBB is #85B244. Grayscale: #666666. Windows color (decimal): -8761925 or 12275066. OLE color: 12275066.

HSL color Cylindrical-coordinate representation of color #7A4DBB: hue angle of 264.55º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A4DBB is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 77 187 -
CMYK 0.35 0.59 0 0.27
HSL 264.55º 0.45% 0.52% -
HSV(B) 264.55º 0.59% 0.73% -
XYZ 19.65 13.03 48.49 -
YUV 103 175.41 141.56 -
System Red Green Blue C M Y K H S L
Decimal 122 77 187 0.35 0.59 0 0.27 264.55 0.45 0.52
Hex 7A 4D BB 23 3B 0 1B 109 2D 34
Octal 172 115 273 43 73 0 33 411 55 64
Binary 1111010 1001101 10111011 100011 111011 0 11011 100001001 101101 110100

Color Harmonies of #7A4DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4DBB

Black with #7A4DBB

Text Example


Text Example

White with #7A4DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,77,187); }

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

background-color css

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

 a { background-color: rgb(122,77,187); }

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

border-color css

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

 span { border-color: rgb(122,77,187); }

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