Html Css Color HEX #7641AB Studio

📋 copy color: '#7641AB'

red 118 ◦ green 65 ◦ blue 171

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

Shades of Studio #7641AB

Tints of Studio #7641AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.31%

R = 33.33%
G = 18.36%
B = 48.31%

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

#7641AB (or 0x7641AB) is known color: Studio. HEX triplet: 76, 41 and AB. RGB value is (118,65,171). Sum of RGB (Red+Green+Blue) = 118+65+171=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #7641AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7641AB is #89BE54. Grayscale: #5C5C5C. Windows color (decimal): -9027157 or 11223414. OLE color: 11223414.

HSL color Cylindrical-coordinate representation of color #7641AB: hue angle of 270º 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 #7641AB is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 65 171 -
CMYK 0.31 0.62 0 0.33
HSL 270º 0.45% 0.46% -
HSV(B) 270º 0.62% 0.67% -
XYZ 16.71 10.57 39.69 -
YUV 92.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 118 65 171 0.31 0.62 0 0.33 270 0.45 0.46
Hex 76 41 AB 1F 3E 0 21 10E 2D 2E
Octal 166 101 253 37 76 0 41 416 55 56
Binary 1110110 1000001 10101011 11111 111110 0 100001 100001110 101101 101110

Color Harmonies of #7641AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7641AB

Black with #7641AB

Text Example


Text Example

White with #7641AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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