Html Css Color HEX #7A6098 Studio

📋 copy color: '#7A6098'

red 122 ◦ green 96 ◦ blue 152

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

Shades of Studio #7A6098

Tints of Studio #7A6098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.95%

 BLUE value IS 152 (59.77% from 255) = 41.08%

R = 32.97%
G = 25.95%
B = 41.08%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7A6098 (or 0x7A6098) is known color: Studio. HEX triplet: 7A, 60 and 98. RGB value is (122,96,152). Sum of RGB (Red+Green+Blue) = 122+96+152=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A6098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6098 is #859F67. Grayscale: #6D6D6D. Windows color (decimal): -8757096 or 9986170. OLE color: 9986170.

HSL color Cylindrical-coordinate representation of color #7A6098: hue angle of 267.86º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A6098 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 122 96 152 -
CMYK 0.20 0.37 0 0.40
HSL 267.86º 0.23% 0.49% -
HSV(B) 267.86º 0.37% 0.6% -
XYZ 17.88 14.77 31.61 -
YUV 110.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 122 96 152 0.20 0.37 0 0.40 267.86 0.23 0.49
Hex 7A 60 98 14 25 0 28 10C 17 31
Octal 172 140 230 24 45 0 50 414 27 61
Binary 1111010 1100000 10011000 10100 100101 0 101000 100001100 10111 110001

Color Harmonies of #7A6098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6098

Black with #7A6098

Text Example


Text Example

White with #7A6098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,96,152); }

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

background-color css

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

 a { background-color: rgb(122,96,152); }

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

border-color css

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

 span { border-color: rgb(122,96,152); }

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