Html Css Color HEX #7F40A5 Studio

📋 copy color: '#7F40A5'

red 127 ◦ green 64 ◦ blue 165

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

Shades of Studio #7F40A5

Tints of Studio #7F40A5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.98%

 BLUE value IS 165 (64.84% from 255) = 46.35%

R = 35.67%
G = 17.98%
B = 46.35%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7F40A5 (or 0x7F40A5) is known color: Studio. HEX triplet: 7F, 40 and A5. RGB value is (127,64,165). Sum of RGB (Red+Green+Blue) = 127+64+165=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 165 - color contains mainly: blue. Hex color #7F40A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F40A5 is #80BF5A. Grayscale: #5E5E5E. Windows color (decimal): -8437595 or 10829951. OLE color: 10829951.

HSL color Cylindrical-coordinate representation of color #7F40A5: hue angle of 277.43º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F40A5 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 64 165 -
CMYK 0.23 0.61 0 0.35
HSL 277.43º 0.44% 0.45% -
HSV(B) 277.43º 0.61% 0.65% -
XYZ 17.38 10.9 36.78 -
YUV 94.35 167.87 151.29 -
System Red Green Blue C M Y K H S L
Decimal 127 64 165 0.23 0.61 0 0.35 277.43 0.44 0.45
Hex 7F 40 A5 17 3D 0 23 115 2C 2D
Octal 177 100 245 27 75 0 43 425 54 55
Binary 1111111 1000000 10100101 10111 111101 0 100011 100010101 101100 101101

Color Harmonies of #7F40A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F40A5

Black with #7F40A5

Text Example


Text Example

White with #7F40A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,64,165); }

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

background-color css

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

 a { background-color: rgb(127,64,165); }

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

border-color css

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

 span { border-color: rgb(127,64,165); }

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