Html Css Color HEX #7A5398 Studio

📋 copy color: '#7A5398'

red 122 ◦ green 83 ◦ blue 152

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

Shades of Studio #7A5398

Tints of Studio #7A5398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.25%

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

R = 34.17%
G = 23.25%
B = 42.58%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7A5398 (or 0x7A5398) is known color: Studio. HEX triplet: 7A, 53 and 98. RGB value is (122,83,152). Sum of RGB (Red+Green+Blue) = 122+83+152=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A5398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5398 is #85AC67. Grayscale: #666666. Windows color (decimal): -8760424 or 9982842. OLE color: 9982842.

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

Color convert

RGB 122 83 152 -
CMYK 0.20 0.45 0 0.40
HSL 273.91º 0.29% 0.46% -
HSV(B) 273.91º 0.45% 0.6% -
XYZ 16.79 12.59 31.25 -
YUV 102.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 122 83 152 0.20 0.45 0 0.40 273.91 0.29 0.46
Hex 7A 53 98 14 2D 0 28 112 1D 2E
Octal 172 123 230 24 55 0 50 422 35 56
Binary 1111010 1010011 10011000 10100 101101 0 101000 100010010 11101 101110

Color Harmonies of #7A5398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5398

Black with #7A5398

Text Example


Text Example

White with #7A5398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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