#7255A4

Color #7255A4 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7255A4

Tints of Studio #7255A4

Color information

#7255A4 (or 0x7255A4) is unknown color: approx Studio. HEX triplet: 72, 55 and A4. RGB value is (114,85,164). Sum of RGB (Red+Green+Blue) = 114+85+164=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 164 - color contains mainly: blue. Hex color #7255A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7255A4 is #8DAA5B. Grayscale: #666666. Windows color (decimal): -9284188 or 10769778. OLE color: 10769778.

HSL color Cylindrical-coordinate representation of color #7255A4: hue angle of 262.03º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7255A4 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11485164-
CMYK0.300.4800.36
HSL262.03º31.73%48.82%-
HSV(B)262.03º48.17%64.31%-
XYZ16.8912.7536.69-
YUV102.68162.61136.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.40%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 164 (64.45% from 255) = 45.18%
R=31.40%
G=23.42%
B=45.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114851640.300.4800.36262.0331.7348.82
Hex7255A41E300241062031
Octal16212524436600444064061
Binary1110010101010110100100111101100000100100100000110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7255A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7255A4; }

 p { color: rgb(114,85,164); }

 H1.HeaderClassName
 {
   color: #7255A4;
 }
 .AnyTagClassName
 {
   color: #7255A4;
 }
</style>
background-color css

<style>
 a { background-color: #7255A4; }

 a { background-color: rgb(114,85,164); }

 div.DivClassName
 {
   background-color: #7255A4;
 }
 .BgClassName
 {
   background-color: #7255A4;
 }
</style>
border-color css

<style>
 span { border-color: #7255A4; }

 span { border-color: rgb(114,85,164); }

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