Html Css Color HEX #7355A7 Studio

📋 copy color: '#7355A7'

red 115 ◦ green 85 ◦ blue 167

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

Shades of Studio #7355A7

Tints of Studio #7355A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.5%

R = 31.34%
G = 23.16%
B = 45.5%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7355A7 (or 0x7355A7) is known color: Studio. HEX triplet: 73, 55 and A7. RGB value is (115,85,167). Sum of RGB (Red+Green+Blue) = 115+85+167=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 167 (65.62% from 255 or 45.50% from 367); Max value from RGB is 167 - color contains mainly: blue. Hex color #7355A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7355A7 is #8CAA58. Grayscale: #676767. Windows color (decimal): -9218649 or 10966387. OLE color: 10966387.

HSL color Cylindrical-coordinate representation of color #7355A7: hue angle of 261.95º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7355A7 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 85 167 -
CMYK 0.31 0.49 0 0.35
HSL 261.95º 0.33% 0.49% -
HSV(B) 261.95º 0.49% 0.65% -
XYZ 17.29 12.93 38.14 -
YUV 103.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 115 85 167 0.31 0.49 0 0.35 261.95 0.33 0.49
Hex 73 55 A7 1F 31 0 23 106 21 31
Octal 163 125 247 37 61 0 43 406 41 61
Binary 1110011 1010101 10100111 11111 110001 0 100011 100000110 100001 110001

Color Harmonies of #7355A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7355A7

Black with #7355A7

Text Example


Text Example

White with #7355A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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