#7f53bc

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

Shades of Studio #7F53BC

Tints of Studio #7F53BC

Color information

#7F53BC (or 0x7F53BC) is unknown color: approx Studio. HEX triplet: 7F, 53 and BC. RGB value is (127,83,188). Sum of RGB (Red+Green+Blue) = 127+83+188=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F53BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F53BC is #80AC43. Grayscale: #6B6B6B. Windows color (decimal): -8432708 or 12342143. OLE color: 12342143.

HSL color Cylindrical-coordinate representation of color #7F53BC: hue angle of 265.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F53BC is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12783188-
CMYK0.320.5600.26
HSL265.14º43.93%53.14%-
HSV(B)265.14º55.85%73.73%-
XYZ20.9214.3349.24-
YUV108.13173.08141.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.91%
GREEN value IS 83 (32.81% from 255) = 20.85%
BLUE value IS 188 (73.83% from 255) = 47.24%
R=31.91%
G=20.85%
B=47.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal127831880.320.5600.26265.1443.9353.14
Hex7F53BC203801A1092c35
Octal17712327440700324115465
Binary1111111101001110111100100000111000011010100001001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f53bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7f53bc; }

 p { color: rgb(127,83,188); }

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

<style>
 a { background-color: #7f53bc; }

 a { background-color: rgb(127,83,188); }

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

<style>
 span { border-color: #7f53bc; }

 span { border-color: rgb(127,83,188); }

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