#7b419d

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

Shades of Studio #7B419D

Tints of Studio #7B419D

Color information

#7B419D (or 0x7B419D) is unknown color: approx Studio. HEX triplet: 7B, 41 and 9D. RGB value is (123,65,157). Sum of RGB (Red+Green+Blue) = 123+65+157=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B419D is #84BE62. Grayscale: #5C5C5C. Windows color (decimal): -8699491 or 10305915. OLE color: 10305915.

HSL color Cylindrical-coordinate representation of color #7B419D: hue angle of 277.83º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B419D is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12365157-
CMYK0.220.5900.38
HSL277.83º41.44%43.53%-
HSV(B)277.83º58.6%61.57%-
XYZ16.1410.4333.06-
YUV92.83164.22149.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.65%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 157 (61.72% from 255) = 45.51%
R=35.65%
G=18.84%
B=45.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123651570.220.5900.38277.8341.4443.53
Hex7B419D163B026116292c
Octal17310123526730464265154
Binary1111011100000110011101101101110110100110100010110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b419d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,65,157); }

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

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

 a { background-color: rgb(123,65,157); }

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

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

 span { border-color: rgb(123,65,157); }

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