Html Css Color HEX #7F3CAD Studio

📋 copy color: '#7F3CAD'

red 127 ◦ green 60 ◦ blue 173

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

Shades of Studio #7F3CAD

Tints of Studio #7F3CAD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.67%

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

R = 35.28%
G = 16.67%
B = 48.06%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F3CAD (or 0x7F3CAD) is known color: Studio. HEX triplet: 7F, 3C and AD. RGB value is (127,60,173). Sum of RGB (Red+Green+Blue) = 127+60+173=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F3CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3CAD is #80C352. Grayscale: #5C5C5C. Windows color (decimal): -8438611 or 11353215. OLE color: 11353215.

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

Color convert

RGB 127 60 173 -
CMYK 0.27 0.65 0 0.32
HSL 275.58º 0.48% 0.46% -
HSV(B) 275.58º 0.65% 0.68% -
XYZ 17.91 10.76 40.67 -
YUV 92.92 173.2 152.31 -
System Red Green Blue C M Y K H S L
Decimal 127 60 173 0.27 0.65 0 0.32 275.58 0.48 0.46
Hex 7F 3C AD 1B 41 0 20 114 30 2E
Octal 177 74 255 33 101 0 40 424 60 56
Binary 1111111 111100 10101101 11011 1000001 0 100000 100010100 110000 101110

Color Harmonies of #7F3CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3CAD

Black with #7F3CAD

Text Example


Text Example

White with #7F3CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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