Html Css Color HEX #7D4CAE Studio

📋 copy color: '#7D4CAE'

red 125 ◦ green 76 ◦ blue 174

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

Shades of Studio #7D4CAE

Tints of Studio #7D4CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.4%

R = 33.33%
G = 20.27%
B = 46.4%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D4CAE (or 0x7D4CAE) is known color: Studio. HEX triplet: 7D, 4C and AE. RGB value is (125,76,174). Sum of RGB (Red+Green+Blue) = 125+76+174=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D4CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4CAE is #82B351. Grayscale: #656565. Windows color (decimal): -8565586 or 11422845. OLE color: 11422845.

HSL color Cylindrical-coordinate representation of color #7D4CAE: hue angle of 270º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D4CAE is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 76 174 -
CMYK 0.28 0.56 0 0.32
HSL 270º 0.39% 0.49% -
HSV(B) 270º 0.56% 0.68% -
XYZ 18.68 12.58 41.49 -
YUV 101.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 125 76 174 0.28 0.56 0 0.32 270 0.39 0.49
Hex 7D 4C AE 1C 38 0 20 10E 27 31
Octal 175 114 256 34 70 0 40 416 47 61
Binary 1111101 1001100 10101110 11100 111000 0 100000 100001110 100111 110001

Color Harmonies of #7D4CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4CAE

Black with #7D4CAE

Text Example


Text Example

White with #7D4CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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