Html Css Color HEX #7D4CBA Studio

📋 copy color: '#7D4CBA'

red 125 ◦ green 76 ◦ blue 186

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

Shades of Studio #7D4CBA

Tints of Studio #7D4CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.64%

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 32.3%
G = 19.64%
B = 48.06%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D4CBA (or 0x7D4CBA) is known color: Studio. HEX triplet: 7D, 4C and BA. RGB value is (125,76,186). Sum of RGB (Red+Green+Blue) = 125+76+186=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D4CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4CBA is #82B345. Grayscale: #666666. Windows color (decimal): -8565574 or 12209277. OLE color: 12209277.

HSL color Cylindrical-coordinate representation of color #7D4CBA: hue angle of 266.73º 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 #7D4CBA is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 76 186 -
CMYK 0.33 0.59 0 0.27
HSL 266.73º 0.44% 0.51% -
HSV(B) 266.73º 0.59% 0.73% -
XYZ 19.9 13.07 47.93 -
YUV 103.19 174.73 143.56 -
System Red Green Blue C M Y K H S L
Decimal 125 76 186 0.33 0.59 0 0.27 266.73 0.44 0.51
Hex 7D 4C BA 21 3B 0 1B 10B 2C 33
Octal 175 114 272 41 73 0 33 413 54 63
Binary 1111101 1001100 10111010 100001 111011 0 11011 100001011 101100 110011

Color Harmonies of #7D4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4CBA

Black with #7D4CBA

Text Example


Text Example

White with #7D4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,76,186); }

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

background-color css

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

 a { background-color: rgb(125,76,186); }

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

border-color css

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

 span { border-color: rgb(125,76,186); }

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