Html Css Color HEX #7953AA Studio

📋 copy color: '#7953AA'

red 121 ◦ green 83 ◦ blue 170

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

Shades of Studio #7953AA

Tints of Studio #7953AA

RGB

 RED value IS 121 (47.66% from 255) = 32.35%

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

 BLUE value IS 170 (66.8% from 255) = 45.45%

R = 32.35%
G = 22.19%
B = 45.45%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7953AA (or 0x7953AA) is known color: Studio. HEX triplet: 79, 53 and AA. RGB value is (121,83,170). Sum of RGB (Red+Green+Blue) = 121+83+170=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #7953AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7953AA is #86AC55. Grayscale: #676767. Windows color (decimal): -8825942 or 11162489. OLE color: 11162489.

HSL color Cylindrical-coordinate representation of color #7953AA: hue angle of 266.21º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7953AA is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 83 170 -
CMYK 0.29 0.51 0 0.33
HSL 266.21º 0.34% 0.5% -
HSV(B) 266.21º 0.51% 0.67% -
XYZ 18.23 13.15 39.61 -
YUV 104.28 165.09 139.93 -
System Red Green Blue C M Y K H S L
Decimal 121 83 170 0.29 0.51 0 0.33 266.21 0.34 0.5
Hex 79 53 AA 1D 33 0 21 10A 22 32
Octal 171 123 252 35 63 0 41 412 42 62
Binary 1111001 1010011 10101010 11101 110011 0 100001 100001010 100010 110010

Color Harmonies of #7953AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7953AA

Black with #7953AA

Text Example


Text Example

White with #7953AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7953AA; }

 p { color: rgb(121,83,170); }

 H1.HeaderClassName
 {
   color: #7953AA;
 }
 .AnyTagClassName
 {
   color: #7953AA;
 }
</style>

background-color css

<style>
 a { background-color: #7953AA; }

 a { background-color: rgb(121,83,170); }

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

border-color css

<style>
 span { border-color: #7953AA; }

 span { border-color: rgb(121,83,170); }

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