Html Css Color HEX #7D429F Studio

📋 copy color: '#7D429F'

red 125 ◦ green 66 ◦ blue 159

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

Shades of Studio #7D429F

Tints of Studio #7D429F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

 BLUE value IS 159 (62.5% from 255) = 45.43%

R = 35.71%
G = 18.86%
B = 45.43%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D429F (or 0x7D429F) is known color: Studio. HEX triplet: 7D, 42 and 9F. RGB value is (125,66,159). Sum of RGB (Red+Green+Blue) = 125+66+159=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D429F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D429F is #82BD60. Grayscale: #5D5D5D. Windows color (decimal): -8568161 or 10437245. OLE color: 10437245.

HSL color Cylindrical-coordinate representation of color #7D429F: hue angle of 278.06º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D429F is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 66 159 -
CMYK 0.21 0.58 0 0.38
HSL 278.06º 0.41% 0.44% -
HSV(B) 278.06º 0.58% 0.62% -
XYZ 16.66 10.76 34 -
YUV 94.24 164.55 149.94 -
System Red Green Blue C M Y K H S L
Decimal 125 66 159 0.21 0.58 0 0.38 278.06 0.41 0.44
Hex 7D 42 9F 15 3A 0 26 116 29 2C
Octal 175 102 237 25 72 0 46 426 51 54
Binary 1111101 1000010 10011111 10101 111010 0 100110 100010110 101001 101100

Color Harmonies of #7D429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D429F

Black with #7D429F

Text Example


Text Example

White with #7D429F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,66,159); }

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

background-color css

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

 a { background-color: rgb(125,66,159); }

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

border-color css

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

 span { border-color: rgb(125,66,159); }

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