Html Css Color HEX #7B46B6 Studio

📋 copy color: '#7B46B6'

red 123 ◦ green 70 ◦ blue 182

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

Shades of Studio #7B46B6

Tints of Studio #7B46B6

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.67%

 BLUE value IS 182 (71.48% from 255) = 48.53%

R = 32.8%
G = 18.67%
B = 48.53%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7B46B6 (or 0x7B46B6) is known color: Studio. HEX triplet: 7B, 46 and B6. RGB value is (123,70,182). Sum of RGB (Red+Green+Blue) = 123+70+182=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 182 - color contains mainly: blue. Hex color #7B46B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B46B6 is #84B949. Grayscale: #626262. Windows color (decimal): -8698186 or 11945595. OLE color: 11945595.

HSL color Cylindrical-coordinate representation of color #7B46B6: hue angle of 268.39º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B46B6 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 123 70 182 -
CMYK 0.32 0.62 0 0.29
HSL 268.39º 0.44% 0.49% -
HSV(B) 268.39º 0.62% 0.71% -
XYZ 18.8 11.97 45.58 -
YUV 98.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 123 70 182 0.32 0.62 0 0.29 268.39 0.44 0.49
Hex 7B 46 B6 20 3E 0 1D 10C 2C 31
Octal 173 106 266 40 76 0 35 414 54 61
Binary 1111011 1000110 10110110 100000 111110 0 11101 100001100 101100 110001

Color Harmonies of #7B46B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B46B6

Black with #7B46B6

Text Example


Text Example

White with #7B46B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,70,182); }

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

background-color css

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

 a { background-color: rgb(123,70,182); }

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

border-color css

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

 span { border-color: rgb(123,70,182); }

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