Html Css Color HEX #7B479F Studio

📋 copy color: '#7B479F'

red 123 ◦ green 71 ◦ blue 159

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

Shades of Studio #7B479F

Tints of Studio #7B479F

RGB

 RED value IS 123 (48.44% from 255) = 34.84%

 GREEN value IS 71 (28.13% from 255) = 20.11%

 BLUE value IS 159 (62.5% from 255) = 45.04%

R = 34.84%
G = 20.11%
B = 45.04%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B479F (or 0x7B479F) is known color: Studio. HEX triplet: 7B, 47 and 9F. RGB value is (123,71,159). Sum of RGB (Red+Green+Blue) = 123+71+159=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B479F is #84B860. Grayscale: #606060. Windows color (decimal): -8697953 or 10438523. OLE color: 10438523.

HSL color Cylindrical-coordinate representation of color #7B479F: hue angle of 275.45º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B479F is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 71 159 -
CMYK 0.23 0.55 0 0.38
HSL 275.45º 0.38% 0.45% -
HSV(B) 275.45º 0.55% 0.62% -
XYZ 16.68 11.22 34.09 -
YUV 96.58 163.23 146.84 -
System Red Green Blue C M Y K H S L
Decimal 123 71 159 0.23 0.55 0 0.38 275.45 0.38 0.45
Hex 7B 47 9F 17 37 0 26 113 26 2D
Octal 173 107 237 27 67 0 46 423 46 55
Binary 1111011 1000111 10011111 10111 110111 0 100110 100010011 100110 101101

Color Harmonies of #7B479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B479F

Black with #7B479F

Text Example


Text Example

White with #7B479F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,71,159); }

 H1.HeaderClassName
 {
   color: #7B479F;
 }
 .AnyTagClassName
 {
   color: #7B479F;
 }
</style>

background-color css

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

 a { background-color: rgb(123,71,159); }

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

border-color css

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

 span { border-color: rgb(123,71,159); }

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