Html Css Color HEX #7E3FAC Studio

📋 copy color: '#7E3FAC'

red 126 ◦ green 63 ◦ blue 172

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

Shades of Studio #7E3FAC

Tints of Studio #7E3FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 17.45%

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 34.9%
G = 17.45%
B = 47.65%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E3FAC (or 0x7E3FAC) is known color: Studio. HEX triplet: 7E, 3F and AC. RGB value is (126,63,172). Sum of RGB (Red+Green+Blue) = 126+63+172=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E3FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3FAC is #81C053. Grayscale: #5D5D5D. Windows color (decimal): -8503380 or 11288446. OLE color: 11288446.

HSL color Cylindrical-coordinate representation of color #7E3FAC: hue angle of 274.68º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E3FAC is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 63 172 -
CMYK 0.27 0.63 0 0.33
HSL 274.68º 0.46% 0.46% -
HSV(B) 274.68º 0.63% 0.67% -
XYZ 17.83 10.97 40.21 -
YUV 94.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 126 63 172 0.27 0.63 0 0.33 274.68 0.46 0.46
Hex 7E 3F AC 1B 3F 0 21 113 2E 2E
Octal 176 77 254 33 77 0 41 423 56 56
Binary 1111110 111111 10101100 11011 111111 0 100001 100010011 101110 101110

Color Harmonies of #7E3FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3FAC

Black with #7E3FAC

Text Example


Text Example

White with #7E3FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,63,172); }

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

background-color css

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

 a { background-color: rgb(126,63,172); }

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

border-color css

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

 span { border-color: rgb(126,63,172); }

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