Html Css Color HEX #7355AA Studio

📋 copy color: '#7355AA'

red 115 ◦ green 85 ◦ blue 170

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

Shades of Studio #7355AA

Tints of Studio #7355AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.97%

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

R = 31.08%
G = 22.97%
B = 45.95%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7355AA (or 0x7355AA) is known color: Studio. HEX triplet: 73, 55 and AA. RGB value is (115,85,170). Sum of RGB (Red+Green+Blue) = 115+85+170=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #7355AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7355AA is #8CAA55. Grayscale: #676767. Windows color (decimal): -9218646 or 11162995. OLE color: 11162995.

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

Color convert

RGB 115 85 170 -
CMYK 0.32 0.50 0 0.33
HSL 261.18º 0.33% 0.5% -
HSV(B) 261.18º 0.5% 0.67% -
XYZ 17.57 13.04 39.62 -
YUV 103.66 165.44 136.09 -
System Red Green Blue C M Y K H S L
Decimal 115 85 170 0.32 0.50 0 0.33 261.18 0.33 0.5
Hex 73 55 AA 20 32 0 21 105 21 32
Octal 163 125 252 40 62 0 41 405 41 62
Binary 1110011 1010101 10101010 100000 110010 0 100001 100000101 100001 110010

Color Harmonies of #7355AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7355AA

Black with #7355AA

Text Example


Text Example

White with #7355AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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