Html Css Color HEX #7B439F Studio

📋 copy color: '#7B439F'

red 123 ◦ green 67 ◦ blue 159

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

Shades of Studio #7B439F

Tints of Studio #7B439F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.2%

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

R = 35.24%
G = 19.2%
B = 45.56%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B439F (or 0x7B439F) is known color: Studio. HEX triplet: 7B, 43 and 9F. RGB value is (123,67,159). Sum of RGB (Red+Green+Blue) = 123+67+159=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B439F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B439F is #84BC60. Grayscale: #5D5D5D. Windows color (decimal): -8698977 or 10437499. OLE color: 10437499.

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

Color convert

RGB 123 67 159 -
CMYK 0.23 0.58 0 0.38
HSL 276.52º 0.41% 0.44% -
HSV(B) 276.52º 0.58% 0.62% -
XYZ 16.43 10.73 34.01 -
YUV 94.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 123 67 159 0.23 0.58 0 0.38 276.52 0.41 0.44
Hex 7B 43 9F 17 3A 0 26 115 29 2C
Octal 173 103 237 27 72 0 46 425 51 54
Binary 1111011 1000011 10011111 10111 111010 0 100110 100010101 101001 101100

Color Harmonies of #7B439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B439F

Black with #7B439F

Text Example


Text Example

White with #7B439F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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