Html Css Color HEX #7E459F Studio

📋 copy color: '#7E459F'

red 126 ◦ green 69 ◦ blue 159

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

Shades of Studio #7E459F

Tints of Studio #7E459F

RGB

 RED value IS 126 (49.61% from 255) = 35.59%

 GREEN value IS 69 (27.34% from 255) = 19.49%

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

R = 35.59%
G = 19.49%
B = 44.92%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E459F (or 0x7E459F) is known color: Studio. HEX triplet: 7E, 45 and 9F. RGB value is (126,69,159). Sum of RGB (Red+Green+Blue) = 126+69+159=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E459F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E459F is #81BA60. Grayscale: #5F5F5F. Windows color (decimal): -8501857 or 10438014. OLE color: 10438014.

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

Color convert

RGB 126 69 159 -
CMYK 0.21 0.57 0 0.38
HSL 278º 0.39% 0.45% -
HSV(B) 278º 0.57% 0.62% -
XYZ 16.99 11.2 34.07 -
YUV 96.3 163.38 149.18 -
System Red Green Blue C M Y K H S L
Decimal 126 69 159 0.21 0.57 0 0.38 278 0.39 0.45
Hex 7E 45 9F 15 39 0 26 116 27 2D
Octal 176 105 237 25 71 0 46 426 47 55
Binary 1111110 1000101 10011111 10101 111001 0 100110 100010110 100111 101101

Color Harmonies of #7E459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E459F

Black with #7E459F

Text Example


Text Example

White with #7E459F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,69,159); }

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

background-color css

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

 a { background-color: rgb(126,69,159); }

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

border-color css

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

 span { border-color: rgb(126,69,159); }

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