#7643B1

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

Shades of Studio #7643B1

Tints of Studio #7643B1

Color information

#7643B1 (or 0x7643B1) is unknown color: approx Studio. HEX triplet: 76, 43 and B1. RGB value is (118,67,177). Sum of RGB (Red+Green+Blue) = 118+67+177=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #7643B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7643B1 is #89BC4E. Grayscale: #5E5E5E. Windows color (decimal): -9026639 or 11617142. OLE color: 11617142.

HSL color Cylindrical-coordinate representation of color #7643B1: hue angle of 267.82º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7643B1 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11867177-
CMYK0.330.6200.31
HSL267.82º45.08%47.84%-
HSV(B)267.82º62.15%69.41%-
XYZ17.4111.0442.81-
YUV94.79174.4144.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.60%
GREEN value IS 67 (26.56% from 255) = 18.51%
BLUE value IS 177 (69.53% from 255) = 48.90%
R=32.60%
G=18.51%
B=48.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118671770.330.6200.31267.8245.0847.84
Hex7643B1213E01F10c2d30
Octal16610326141760374145560
Binary1110110100001110110001100001111110011111100001100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7643B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7643B1; }

 p { color: rgb(118,67,177); }

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

<style>
 a { background-color: #7643B1; }

 a { background-color: rgb(118,67,177); }

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

<style>
 span { border-color: #7643B1; }

 span { border-color: rgb(118,67,177); }

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