Html Css Color HEX #7F57A5 Studio

📋 copy color: '#7F57A5'

red 127 ◦ green 87 ◦ blue 165

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

Shades of Studio #7F57A5

Tints of Studio #7F57A5

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.96%

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

R = 33.51%
G = 22.96%
B = 43.54%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7F57A5 (or 0x7F57A5) is known color: Studio. HEX triplet: 7F, 57 and A5. RGB value is (127,87,165). Sum of RGB (Red+Green+Blue) = 127+87+165=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 165 - color contains mainly: blue. Hex color #7F57A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F57A5 is #80A85A. Grayscale: #6B6B6B. Windows color (decimal): -8431707 or 10835839. OLE color: 10835839.

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

Color convert

RGB 127 87 165 -
CMYK 0.23 0.47 0 0.35
HSL 270.77º 0.31% 0.49% -
HSV(B) 270.77º 0.47% 0.65% -
XYZ 18.95 14.05 37.31 -
YUV 107.85 160.25 141.66 -
System Red Green Blue C M Y K H S L
Decimal 127 87 165 0.23 0.47 0 0.35 270.77 0.31 0.49
Hex 7F 57 A5 17 2F 0 23 10F 1F 31
Octal 177 127 245 27 57 0 43 417 37 61
Binary 1111111 1010111 10100101 10111 101111 0 100011 100001111 11111 110001

Color Harmonies of #7F57A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F57A5

Black with #7F57A5

Text Example


Text Example

White with #7F57A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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