Html Css Color HEX #7F55B7 Studio

📋 copy color: '#7F55B7'

red 127 ◦ green 85 ◦ blue 183

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

Shades of Studio #7F55B7

Tints of Studio #7F55B7

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.52%

 BLUE value IS 183 (71.88% from 255) = 46.33%

R = 32.15%
G = 21.52%
B = 46.33%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7F55B7 (or 0x7F55B7) is known color: Studio. HEX triplet: 7F, 55 and B7. RGB value is (127,85,183). Sum of RGB (Red+Green+Blue) = 127+85+183=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 183 - color contains mainly: blue. Hex color #7F55B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F55B7 is #80AA48. Grayscale: #6C6C6C. Windows color (decimal): -8432201 or 12014975. OLE color: 12014975.

HSL color Cylindrical-coordinate representation of color #7F55B7: hue angle of 265.71º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F55B7 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 85 183 -
CMYK 0.31 0.54 0 0.28
HSL 265.71º 0.4% 0.53% -
HSV(B) 265.71º 0.54% 0.72% -
XYZ 20.55 14.43 46.5 -
YUV 108.73 169.91 141.03 -
System Red Green Blue C M Y K H S L
Decimal 127 85 183 0.31 0.54 0 0.28 265.71 0.4 0.53
Hex 7F 55 B7 1F 36 0 1C 10A 28 35
Octal 177 125 267 37 66 0 34 412 50 65
Binary 1111111 1010101 10110111 11111 110110 0 11100 100001010 101000 110101

Color Harmonies of #7F55B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F55B7

Black with #7F55B7

Text Example


Text Example

White with #7F55B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,85,183); }

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

background-color css

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

 a { background-color: rgb(127,85,183); }

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

border-color css

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

 span { border-color: rgb(127,85,183); }

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