Html Css Color HEX #7D4FBD Studio

📋 copy color: '#7D4FBD'

red 125 ◦ green 79 ◦ blue 189

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

Shades of Studio #7D4FBD

Tints of Studio #7D4FBD

RGB

 RED value IS 125 (49.22% from 255) = 31.81%

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

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

R = 31.81%
G = 20.1%
B = 48.09%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D4FBD (or 0x7D4FBD) is known color: Studio. HEX triplet: 7D, 4F and BD. RGB value is (125,79,189). Sum of RGB (Red+Green+Blue) = 125+79+189=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D4FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4FBD is #82B042. Grayscale: #686868. Windows color (decimal): -8564803 or 12406653. OLE color: 12406653.

HSL color Cylindrical-coordinate representation of color #7D4FBD: hue angle of 265.09º 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 #7D4FBD is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 79 189 -
CMYK 0.34 0.58 0 0.26
HSL 265.09º 0.45% 0.53% -
HSV(B) 265.09º 0.58% 0.74% -
XYZ 20.44 13.63 49.7 -
YUV 105.29 175.24 142.06 -
System Red Green Blue C M Y K H S L
Decimal 125 79 189 0.34 0.58 0 0.26 265.09 0.45 0.53
Hex 7D 4F BD 22 3A 0 1A 109 2D 35
Octal 175 117 275 42 72 0 32 411 55 65
Binary 1111101 1001111 10111101 100010 111010 0 11010 100001001 101101 110101

Color Harmonies of #7D4FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4FBD

Black with #7D4FBD

Text Example


Text Example

White with #7D4FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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