Html Css Color HEX #7B4FB9 Studio

📋 copy color: '#7B4FB9'

red 123 ◦ green 79 ◦ blue 185

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

Shades of Studio #7B4FB9

Tints of Studio #7B4FB9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.41%

 BLUE value IS 185 (72.66% from 255) = 47.8%

R = 31.78%
G = 20.41%
B = 47.8%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B4FB9 (or 0x7B4FB9) is known color: Studio. HEX triplet: 7B, 4F and B9. RGB value is (123,79,185). Sum of RGB (Red+Green+Blue) = 123+79+185=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 185 (72.66% from 255 or 47.80% from 387); Max value from RGB is 185 - color contains mainly: blue. Hex color #7B4FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4FB9 is #84B046. Grayscale: #676767. Windows color (decimal): -8695879 or 12144507. OLE color: 12144507.

HSL color Cylindrical-coordinate representation of color #7B4FB9: hue angle of 264.91º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B4FB9 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 79 185 -
CMYK 0.34 0.57 0 0.27
HSL 264.91º 0.43% 0.52% -
HSV(B) 264.91º 0.57% 0.73% -
XYZ 19.72 13.31 47.43 -
YUV 104.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 123 79 185 0.34 0.57 0 0.27 264.91 0.43 0.52
Hex 7B 4F B9 22 39 0 1B 109 2B 34
Octal 173 117 271 42 71 0 33 411 53 64
Binary 1111011 1001111 10111001 100010 111001 0 11011 100001001 101011 110100

Color Harmonies of #7B4FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4FB9

Black with #7B4FB9

Text Example


Text Example

White with #7B4FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,79,185); }

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

background-color css

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

 a { background-color: rgb(123,79,185); }

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

border-color css

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

 span { border-color: rgb(123,79,185); }

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