Html Css Color HEX #7441AE Studio

📋 copy color: '#7441AE'

red 116 ◦ green 65 ◦ blue 174

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

Shades of Studio #7441AE

Tints of Studio #7441AE

RGB

 RED value IS 116 (45.7% from 255) = 32.68%

 GREEN value IS 65 (25.78% from 255) = 18.31%

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

R = 32.68%
G = 18.31%
B = 49.01%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7441AE (or 0x7441AE) is known color: Studio. HEX triplet: 74, 41 and AE. RGB value is (116,65,174). Sum of RGB (Red+Green+Blue) = 116+65+174=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #7441AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7441AE is #8BBE51. Grayscale: #5C5C5C. Windows color (decimal): -9158226 or 11420020. OLE color: 11420020.

HSL color Cylindrical-coordinate representation of color #7441AE: hue angle of 268.07º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7441AE is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 65 174 -
CMYK 0.33 0.63 0 0.32
HSL 268.07º 0.46% 0.47% -
HSV(B) 268.07º 0.63% 0.68% -
XYZ 16.73 10.55 41.2 -
YUV 92.68 173.9 144.64 -
System Red Green Blue C M Y K H S L
Decimal 116 65 174 0.33 0.63 0 0.32 268.07 0.46 0.47
Hex 74 41 AE 21 3F 0 20 10C 2E 2F
Octal 164 101 256 41 77 0 40 414 56 57
Binary 1110100 1000001 10101110 100001 111111 0 100000 100001100 101110 101111

Color Harmonies of #7441AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7441AE

Black with #7441AE

Text Example


Text Example

White with #7441AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,65,174); }

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

background-color css

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

 a { background-color: rgb(116,65,174); }

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

border-color css

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

 span { border-color: rgb(116,65,174); }

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