Html Css Color HEX #7D4CAF Studio

📋 copy color: '#7D4CAF'

red 125 ◦ green 76 ◦ blue 175

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

Shades of Studio #7D4CAF

Tints of Studio #7D4CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.54%

R = 33.24%
G = 20.21%
B = 46.54%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7D4CAF (or 0x7D4CAF) is known color: Studio. HEX triplet: 7D, 4C and AF. RGB value is (125,76,175). Sum of RGB (Red+Green+Blue) = 125+76+175=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D4CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4CAF is #82B350. Grayscale: #656565. Windows color (decimal): -8565585 or 11488381. OLE color: 11488381.

HSL color Cylindrical-coordinate representation of color #7D4CAF: hue angle of 269.7º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D4CAF is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 76 175 -
CMYK 0.29 0.57 0 0.31
HSL 269.7º 0.39% 0.49% -
HSV(B) 269.7º 0.57% 0.69% -
XYZ 18.78 12.62 42 -
YUV 101.94 169.23 144.45 -
System Red Green Blue C M Y K H S L
Decimal 125 76 175 0.29 0.57 0 0.31 269.7 0.39 0.49
Hex 7D 4C AF 1D 39 0 1F 10E 27 31
Octal 175 114 257 35 71 0 37 416 47 61
Binary 1111101 1001100 10101111 11101 111001 0 11111 100001110 100111 110001

Color Harmonies of #7D4CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4CAF

Black with #7D4CAF

Text Example


Text Example

White with #7D4CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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