Html Css Color HEX #7D4FA7 Studio

📋 copy color: '#7D4FA7'

red 125 ◦ green 79 ◦ blue 167

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

Shades of Studio #7D4FA7

Tints of Studio #7D4FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.01%

R = 33.69%
G = 21.29%
B = 45.01%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7D4FA7 (or 0x7D4FA7) is known color: Studio. HEX triplet: 7D, 4F and A7. RGB value is (125,79,167). Sum of RGB (Red+Green+Blue) = 125+79+167=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 167 - color contains mainly: blue. Hex color #7D4FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4FA7 is #82B058. Grayscale: #666666. Windows color (decimal): -8564825 or 10964861. OLE color: 10964861.

HSL color Cylindrical-coordinate representation of color #7D4FA7: hue angle of 271.36º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D4FA7 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 79 167 -
CMYK 0.25 0.53 0 0.35
HSL 271.36º 0.36% 0.48% -
HSV(B) 271.36º 0.53% 0.65% -
XYZ 18.23 12.74 38.06 -
YUV 102.79 164.24 143.84 -
System Red Green Blue C M Y K H S L
Decimal 125 79 167 0.25 0.53 0 0.35 271.36 0.36 0.48
Hex 7D 4F A7 19 35 0 23 10F 24 30
Octal 175 117 247 31 65 0 43 417 44 60
Binary 1111101 1001111 10100111 11001 110101 0 100011 100001111 100100 110000

Color Harmonies of #7D4FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4FA7

Black with #7D4FA7

Text Example


Text Example

White with #7D4FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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