Html Css Color HEX #7A5698 Studio

📋 copy color: '#7A5698'

red 122 ◦ green 86 ◦ blue 152

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

Shades of Studio #7A5698

Tints of Studio #7A5698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.89%

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

R = 33.89%
G = 23.89%
B = 42.22%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7A5698 (or 0x7A5698) is known color: Studio. HEX triplet: 7A, 56 and 98. RGB value is (122,86,152). Sum of RGB (Red+Green+Blue) = 122+86+152=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A5698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5698 is #85A967. Grayscale: #686868. Windows color (decimal): -8759656 or 9983610. OLE color: 9983610.

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

Color convert

RGB 122 86 152 -
CMYK 0.20 0.43 0 0.40
HSL 272.73º 0.28% 0.47% -
HSV(B) 272.73º 0.43% 0.6% -
XYZ 17.02 13.06 31.33 -
YUV 104.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 122 86 152 0.20 0.43 0 0.40 272.73 0.28 0.47
Hex 7A 56 98 14 2B 0 28 111 1C 2F
Octal 172 126 230 24 53 0 50 421 34 57
Binary 1111010 1010110 10011000 10100 101011 0 101000 100010001 11100 101111

Color Harmonies of #7A5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5698

Black with #7A5698

Text Example


Text Example

White with #7A5698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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