Html Css Color HEX #7B4FBD Studio

📋 copy color: '#7B4FBD'

red 123 ◦ green 79 ◦ blue 189

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

Shades of Studio #7B4FBD

Tints of Studio #7B4FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.34%

R = 31.46%
G = 20.2%
B = 48.34%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7B4FBD (or 0x7B4FBD) is known color: Studio. HEX triplet: 7B, 4F and BD. RGB value is (123,79,189). Sum of RGB (Red+Green+Blue) = 123+79+189=391 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.46% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B4FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4FBD is #84B042. Grayscale: #686868. Windows color (decimal): -8695875 or 12406651. OLE color: 12406651.

HSL color Cylindrical-coordinate representation of color #7B4FBD: hue angle of 264º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B4FBD is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 123 79 189 -
CMYK 0.35 0.58 0 0.26
HSL 264º 0.45% 0.53% -
HSV(B) 264º 0.58% 0.74% -
XYZ 20.15 13.48 49.68 -
YUV 104.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 123 79 189 0.35 0.58 0 0.26 264 0.45 0.53
Hex 7B 4F BD 23 3A 0 1A 108 2D 35
Octal 173 117 275 43 72 0 32 410 55 65
Binary 1111011 1001111 10111101 100011 111010 0 11010 100001000 101101 110101

Color Harmonies of #7B4FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4FBD

Black with #7B4FBD

Text Example


Text Example

White with #7B4FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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