Html Css Color HEX #7641AC Studio

📋 copy color: '#7641AC'

red 118 ◦ green 65 ◦ blue 172

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

Shades of Studio #7641AC

Tints of Studio #7641AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 33.24%
G = 18.31%
B = 48.45%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7641AC (or 0x7641AC) is known color: Studio. HEX triplet: 76, 41 and AC. RGB value is (118,65,172). Sum of RGB (Red+Green+Blue) = 118+65+172=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #7641AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7641AC is #89BE53. Grayscale: #5C5C5C. Windows color (decimal): -9027156 or 11288950. OLE color: 11288950.

HSL color Cylindrical-coordinate representation of color #7641AC: hue angle of 269.72º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7641AC is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 65 172 -
CMYK 0.31 0.62 0 0.33
HSL 269.72º 0.45% 0.46% -
HSV(B) 269.72º 0.62% 0.67% -
XYZ 16.81 10.61 40.19 -
YUV 93.05 172.56 145.8 -
System Red Green Blue C M Y K H S L
Decimal 118 65 172 0.31 0.62 0 0.33 269.72 0.45 0.46
Hex 76 41 AC 1F 3E 0 21 10E 2D 2E
Octal 166 101 254 37 76 0 41 416 55 56
Binary 1110110 1000001 10101100 11111 111110 0 100001 100001110 101101 101110

Color Harmonies of #7641AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7641AC

Black with #7641AC

Text Example


Text Example

White with #7641AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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