Html Css Color HEX #7F3AAC Studio

📋 copy color: '#7F3AAC'

red 127 ◦ green 58 ◦ blue 172

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

Shades of Studio #7F3AAC

Tints of Studio #7F3AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.25%

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

R = 35.57%
G = 16.25%
B = 48.18%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F3AAC (or 0x7F3AAC) is known color: Studio. HEX triplet: 7F, 3A and AC. RGB value is (127,58,172). Sum of RGB (Red+Green+Blue) = 127+58+172=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F3AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3AAC is #80C553. Grayscale: #5B5B5B. Windows color (decimal): -8439124 or 11287167. OLE color: 11287167.

HSL color Cylindrical-coordinate representation of color #7F3AAC: hue angle of 276.32º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F3AAC is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 58 172 -
CMYK 0.26 0.66 0 0.33
HSL 276.32º 0.5% 0.45% -
HSV(B) 276.32º 0.66% 0.67% -
XYZ 17.71 10.52 40.13 -
YUV 91.63 173.36 153.23 -
System Red Green Blue C M Y K H S L
Decimal 127 58 172 0.26 0.66 0 0.33 276.32 0.5 0.45
Hex 7F 3A AC 1A 42 0 21 114 32 2D
Octal 177 72 254 32 102 0 41 424 62 55
Binary 1111111 111010 10101100 11010 1000010 0 100001 100010100 110010 101101

Color Harmonies of #7F3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3AAC

Black with #7F3AAC

Text Example


Text Example

White with #7F3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,58,172); }

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

background-color css

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

 a { background-color: rgb(127,58,172); }

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

border-color css

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

 span { border-color: rgb(127,58,172); }

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