Html Css Color HEX #7F3FAD Studio

📋 copy color: '#7F3FAD'

red 127 ◦ green 63 ◦ blue 173

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

Shades of Studio #7F3FAD

Tints of Studio #7F3FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.66%

R = 34.99%
G = 17.36%
B = 47.66%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F3FAD (or 0x7F3FAD) is known color: Studio. HEX triplet: 7F, 3F and AD. RGB value is (127,63,173). Sum of RGB (Red+Green+Blue) = 127+63+173=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F3FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3FAD is #80C052. Grayscale: #5E5E5E. Windows color (decimal): -8437843 or 11353983. OLE color: 11353983.

HSL color Cylindrical-coordinate representation of color #7F3FAD: hue angle of 274.91º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F3FAD is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 63 173 -
CMYK 0.27 0.64 0 0.32
HSL 274.91º 0.47% 0.46% -
HSV(B) 274.91º 0.64% 0.68% -
XYZ 18.07 11.08 40.72 -
YUV 94.68 172.2 151.06 -
System Red Green Blue C M Y K H S L
Decimal 127 63 173 0.27 0.64 0 0.32 274.91 0.47 0.46
Hex 7F 3F AD 1B 40 0 20 113 2F 2E
Octal 177 77 255 33 100 0 40 423 57 56
Binary 1111111 111111 10101101 11011 1000000 0 100000 100010011 101111 101110

Color Harmonies of #7F3FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3FAD

Black with #7F3FAD

Text Example


Text Example

White with #7F3FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,63,173); }

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

background-color css

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

 a { background-color: rgb(127,63,173); }

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

border-color css

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

 span { border-color: rgb(127,63,173); }

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