Html Css Color HEX #7F429F Studio

📋 copy color: '#7F429F'

red 127 ◦ green 66 ◦ blue 159

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

Shades of Studio #7F429F

Tints of Studio #7F429F

RGB

 RED value IS 127 (50% from 255) = 36.08%

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

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

R = 36.08%
G = 18.75%
B = 45.17%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F429F (or 0x7F429F) is known color: Studio. HEX triplet: 7F, 42 and 9F. RGB value is (127,66,159). Sum of RGB (Red+Green+Blue) = 127+66+159=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F429F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F429F is #80BD60. Grayscale: #5E5E5E. Windows color (decimal): -8437089 or 10437247. OLE color: 10437247.

HSL color Cylindrical-coordinate representation of color #7F429F: hue angle of 279.35º 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 #7F429F is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 66 159 -
CMYK 0.20 0.58 0 0.38
HSL 279.35º 0.41% 0.44% -
HSV(B) 279.35º 0.58% 0.62% -
XYZ 16.96 10.91 34.01 -
YUV 94.84 164.21 150.94 -
System Red Green Blue C M Y K H S L
Decimal 127 66 159 0.20 0.58 0 0.38 279.35 0.41 0.44
Hex 7F 42 9F 14 3A 0 26 117 29 2C
Octal 177 102 237 24 72 0 46 427 51 54
Binary 1111111 1000010 10011111 10100 111010 0 100110 100010111 101001 101100

Color Harmonies of #7F429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F429F

Black with #7F429F

Text Example


Text Example

White with #7F429F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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