Html Css Color HEX #7F58A7 Studio

📋 copy color: '#7F58A7'

red 127 ◦ green 88 ◦ blue 167

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

Shades of Studio #7F58A7

Tints of Studio #7F58A7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.04%

 BLUE value IS 167 (65.63% from 255) = 43.72%

R = 33.25%
G = 23.04%
B = 43.72%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7F58A7 (or 0x7F58A7) is known color: Studio. HEX triplet: 7F, 58 and A7. RGB value is (127,88,167). Sum of RGB (Red+Green+Blue) = 127+88+167=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 167 (65.62% from 255 or 43.72% from 382); Max value from RGB is 167 - color contains mainly: blue. Hex color #7F58A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F58A7 is #80A758. Grayscale: #6C6C6C. Windows color (decimal): -8431449 or 10967167. OLE color: 10967167.

HSL color Cylindrical-coordinate representation of color #7F58A7: hue angle of 269.62º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F58A7 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 88 167 -
CMYK 0.24 0.47 0 0.35
HSL 269.62º 0.31% 0.5% -
HSV(B) 269.62º 0.47% 0.65% -
XYZ 19.22 14.28 38.3 -
YUV 108.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 127 88 167 0.24 0.47 0 0.35 269.62 0.31 0.5
Hex 7F 58 A7 18 2F 0 23 10E 1F 32
Octal 177 130 247 30 57 0 43 416 37 62
Binary 1111111 1011000 10100111 11000 101111 0 100011 100001110 11111 110010

Color Harmonies of #7F58A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F58A7

Black with #7F58A7

Text Example


Text Example

White with #7F58A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,88,167); }

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

background-color css

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

 a { background-color: rgb(127,88,167); }

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

border-color css

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

 span { border-color: rgb(127,88,167); }

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