Html Css Color HEX #7356AA Studio

📋 copy color: '#7356AA'

red 115 ◦ green 86 ◦ blue 170

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

Shades of Studio #7356AA

Tints of Studio #7356AA

RGB

 RED value IS 115 (45.31% from 255) = 31%

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

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

R = 31%
G = 23.18%
B = 45.82%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7356AA (or 0x7356AA) is known color: Studio. HEX triplet: 73, 56 and AA. RGB value is (115,86,170). Sum of RGB (Red+Green+Blue) = 115+86+170=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #7356AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7356AA is #8CA955. Grayscale: #676767. Windows color (decimal): -9218390 or 11163251. OLE color: 11163251.

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

Color convert

RGB 115 86 170 -
CMYK 0.32 0.49 0 0.33
HSL 260.71º 0.33% 0.5% -
HSV(B) 260.71º 0.49% 0.67% -
XYZ 17.65 13.2 39.65 -
YUV 104.25 165.11 135.67 -
System Red Green Blue C M Y K H S L
Decimal 115 86 170 0.32 0.49 0 0.33 260.71 0.33 0.5
Hex 73 56 AA 20 31 0 21 105 21 32
Octal 163 126 252 40 61 0 41 405 41 62
Binary 1110011 1010110 10101010 100000 110001 0 100001 100000101 100001 110010

Color Harmonies of #7356AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7356AA

Black with #7356AA

Text Example


Text Example

White with #7356AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,86,170); }

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

background-color css

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

 a { background-color: rgb(115,86,170); }

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

border-color css

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

 span { border-color: rgb(115,86,170); }

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