Html Css Color HEX #7A5F95 Studio

📋 copy color: '#7A5F95'

red 122 ◦ green 95 ◦ blue 149

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

Shades of Studio #7A5F95

Tints of Studio #7A5F95

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.96%

 BLUE value IS 149 (58.59% from 255) = 40.71%

R = 33.33%
G = 25.96%
B = 40.71%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7A5F95 (or 0x7A5F95) is known color: Studio. HEX triplet: 7A, 5F and 95. RGB value is (122,95,149). Sum of RGB (Red+Green+Blue) = 122+95+149=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A5F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5F95 is #85A06A. Grayscale: #6D6D6D. Windows color (decimal): -8757355 or 9789306. OLE color: 9789306.

HSL color Cylindrical-coordinate representation of color #7A5F95: hue angle of 270º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A5F95 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 95 149 -
CMYK 0.18 0.36 0 0.42
HSL 270º 0.22% 0.48% -
HSV(B) 270º 0.36% 0.58% -
XYZ 17.54 14.49 30.31 -
YUV 109.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 122 95 149 0.18 0.36 0 0.42 270 0.22 0.48
Hex 7A 5F 95 12 24 0 2A 10E 16 30
Octal 172 137 225 22 44 0 52 416 26 60
Binary 1111010 1011111 10010101 10010 100100 0 101010 100001110 10110 110000

Color Harmonies of #7A5F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5F95

Black with #7A5F95

Text Example


Text Example

White with #7A5F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,95,149); }

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

background-color css

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

 a { background-color: rgb(122,95,149); }

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

border-color css

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

 span { border-color: rgb(122,95,149); }

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