Html Css Color HEX #7751A5 Studio

📋 copy color: '#7751A5'

red 119 ◦ green 81 ◦ blue 165

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

Shades of Studio #7751A5

Tints of Studio #7751A5

RGB

 RED value IS 119 (46.88% from 255) = 32.6%

 GREEN value IS 81 (32.03% from 255) = 22.19%

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

R = 32.6%
G = 22.19%
B = 45.21%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7751A5 (or 0x7751A5) is known color: Studio. HEX triplet: 77, 51 and A5. RGB value is (119,81,165). Sum of RGB (Red+Green+Blue) = 119+81+165=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 165 - color contains mainly: blue. Hex color #7751A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7751A5 is #88AE5A. Grayscale: #656565. Windows color (decimal): -8957531 or 10834295. OLE color: 10834295.

HSL color Cylindrical-coordinate representation of color #7751A5: hue angle of 267.14º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7751A5 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 119 81 165 -
CMYK 0.28 0.51 0 0.35
HSL 267.14º 0.34% 0.48% -
HSV(B) 267.14º 0.51% 0.65% -
XYZ 17.34 12.52 37.1 -
YUV 101.94 163.59 140.17 -
System Red Green Blue C M Y K H S L
Decimal 119 81 165 0.28 0.51 0 0.35 267.14 0.34 0.48
Hex 77 51 A5 1C 33 0 23 10B 22 30
Octal 167 121 245 34 63 0 43 413 42 60
Binary 1110111 1010001 10100101 11100 110011 0 100011 100001011 100010 110000

Color Harmonies of #7751A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7751A5

Black with #7751A5

Text Example


Text Example

White with #7751A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7751A5; }

 p { color: rgb(119,81,165); }

 H1.HeaderClassName
 {
   color: #7751A5;
 }
 .AnyTagClassName
 {
   color: #7751A5;
 }
</style>

background-color css

<style>
 a { background-color: #7751A5; }

 a { background-color: rgb(119,81,165); }

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

border-color css

<style>
 span { border-color: #7751A5; }

 span { border-color: rgb(119,81,165); }

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