Html Css Color HEX #7F4ABA Studio

📋 copy color: '#7F4ABA'

red 127 ◦ green 74 ◦ blue 186

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

Shades of Studio #7F4ABA

Tints of Studio #7F4ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.12%

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 32.82%
G = 19.12%
B = 48.06%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F4ABA (or 0x7F4ABA) is known color: Studio. HEX triplet: 7F, 4A and BA. RGB value is (127,74,186). Sum of RGB (Red+Green+Blue) = 127+74+186=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F4ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F4ABA is #80B545. Grayscale: #666666. Windows color (decimal): -8435014 or 12208767. OLE color: 12208767.

HSL color Cylindrical-coordinate representation of color #7F4ABA: hue angle of 268.39º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F4ABA is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 74 186 -
CMYK 0.32 0.60 0 0.27
HSL 268.39º 0.45% 0.51% -
HSV(B) 268.39º 0.6% 0.73% -
XYZ 20.06 12.95 47.9 -
YUV 102.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 127 74 186 0.32 0.60 0 0.27 268.39 0.45 0.51
Hex 7F 4A BA 20 3C 0 1B 10C 2D 33
Octal 177 112 272 40 74 0 33 414 55 63
Binary 1111111 1001010 10111010 100000 111100 0 11011 100001100 101101 110011

Color Harmonies of #7F4ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4ABA

Black with #7F4ABA

Text Example


Text Example

White with #7F4ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,74,186); }

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

background-color css

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

 a { background-color: rgb(127,74,186); }

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

border-color css

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

 span { border-color: rgb(127,74,186); }

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