Html Css Color HEX #7D4BB9 Studio

📋 copy color: '#7D4BB9'

red 125 ◦ green 75 ◦ blue 185

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

Shades of Studio #7D4BB9

Tints of Studio #7D4BB9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.48%

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

R = 32.47%
G = 19.48%
B = 48.05%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D4BB9 (or 0x7D4BB9) is known color: Studio. HEX triplet: 7D, 4B and B9. RGB value is (125,75,185). Sum of RGB (Red+Green+Blue) = 125+75+185=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #7D4BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4BB9 is #82B446. Grayscale: #666666. Windows color (decimal): -8565831 or 12143485. OLE color: 12143485.

HSL color Cylindrical-coordinate representation of color #7D4BB9: hue angle of 267.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D4BB9 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 75 185 -
CMYK 0.32 0.59 0 0.27
HSL 267.27º 0.44% 0.51% -
HSV(B) 267.27º 0.59% 0.73% -
XYZ 19.73 12.89 47.35 -
YUV 102.49 174.57 144.06 -
System Red Green Blue C M Y K H S L
Decimal 125 75 185 0.32 0.59 0 0.27 267.27 0.44 0.51
Hex 7D 4B B9 20 3B 0 1B 10B 2C 33
Octal 175 113 271 40 73 0 33 413 54 63
Binary 1111101 1001011 10111001 100000 111011 0 11011 100001011 101100 110011

Color Harmonies of #7D4BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4BB9

Black with #7D4BB9

Text Example


Text Example

White with #7D4BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,75,185); }

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

background-color css

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

 a { background-color: rgb(125,75,185); }

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

border-color css

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

 span { border-color: rgb(125,75,185); }

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