Html Css Color HEX #7748AE Studio

📋 copy color: '#7748AE'

red 119 ◦ green 72 ◦ blue 174

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

Shades of Studio #7748AE

Tints of Studio #7748AE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.73%

 BLUE value IS 174 (68.36% from 255) = 47.67%

R = 32.6%
G = 19.73%
B = 47.67%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7748AE (or 0x7748AE) is known color: Studio. HEX triplet: 77, 48 and AE. RGB value is (119,72,174). Sum of RGB (Red+Green+Blue) = 119+72+174=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #7748AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7748AE is #88B751. Grayscale: #616161. Windows color (decimal): -8959826 or 11421815. OLE color: 11421815.

HSL color Cylindrical-coordinate representation of color #7748AE: hue angle of 267.65º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7748AE is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 72 174 -
CMYK 0.32 0.59 0 0.32
HSL 267.65º 0.41% 0.48% -
HSV(B) 267.65º 0.59% 0.68% -
XYZ 17.57 11.61 41.36 -
YUV 97.68 171.07 143.21 -
System Red Green Blue C M Y K H S L
Decimal 119 72 174 0.32 0.59 0 0.32 267.65 0.41 0.48
Hex 77 48 AE 20 3B 0 20 10C 29 30
Octal 167 110 256 40 73 0 40 414 51 60
Binary 1110111 1001000 10101110 100000 111011 0 100000 100001100 101001 110000

Color Harmonies of #7748AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7748AE

Black with #7748AE

Text Example


Text Example

White with #7748AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7748AE; }

 p { color: rgb(119,72,174); }

 H1.HeaderClassName
 {
   color: #7748AE;
 }
 .AnyTagClassName
 {
   color: #7748AE;
 }
</style>

background-color css

<style>
 a { background-color: #7748AE; }

 a { background-color: rgb(119,72,174); }

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

border-color css

<style>
 span { border-color: #7748AE; }

 span { border-color: rgb(119,72,174); }

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