Html Css Color HEX #7641AE Studio

📋 copy color: '#7641AE'

red 118 ◦ green 65 ◦ blue 174

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

Shades of Studio #7641AE

Tints of Studio #7641AE

RGB

 RED value IS 118 (46.48% from 255) = 33.05%

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

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

R = 33.05%
G = 18.21%
B = 48.74%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7641AE (or 0x7641AE) is known color: Studio. HEX triplet: 76, 41 and AE. RGB value is (118,65,174). Sum of RGB (Red+Green+Blue) = 118+65+174=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #7641AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7641AE is #89BE51. Grayscale: #5C5C5C. Windows color (decimal): -9027154 or 11420022. OLE color: 11420022.

HSL color Cylindrical-coordinate representation of color #7641AE: hue angle of 269.17º 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 #7641AE is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 65 174 -
CMYK 0.32 0.63 0 0.32
HSL 269.17º 0.46% 0.47% -
HSV(B) 269.17º 0.63% 0.68% -
XYZ 17 10.69 41.21 -
YUV 93.27 173.56 145.64 -
System Red Green Blue C M Y K H S L
Decimal 118 65 174 0.32 0.63 0 0.32 269.17 0.46 0.47
Hex 76 41 AE 20 3F 0 20 10D 2E 2F
Octal 166 101 256 40 77 0 40 415 56 57
Binary 1110110 1000001 10101110 100000 111111 0 100000 100001101 101110 101111

Color Harmonies of #7641AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7641AE

Black with #7641AE

Text Example


Text Example

White with #7641AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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