Html Css Color HEX #7551AB Studio

📋 copy color: '#7551AB'

red 117 ◦ green 81 ◦ blue 171

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

Shades of Studio #7551AB

Tints of Studio #7551AB

RGB

 RED value IS 117 (46.09% from 255) = 31.71%

 GREEN value IS 81 (32.03% from 255) = 21.95%

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

R = 31.71%
G = 21.95%
B = 46.34%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7551AB (or 0x7551AB) is known color: Studio. HEX triplet: 75, 51 and AB. RGB value is (117,81,171). Sum of RGB (Red+Green+Blue) = 117+81+171=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #7551AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7551AB is #8AAE54. Grayscale: #656565. Windows color (decimal): -9088597 or 11227509. OLE color: 11227509.

HSL color Cylindrical-coordinate representation of color #7551AB: hue angle of 264º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7551AB is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 81 171 -
CMYK 0.32 0.53 0 0.33
HSL 264º 0.36% 0.49% -
HSV(B) 264º 0.53% 0.67% -
XYZ 17.63 12.61 40.03 -
YUV 102.02 166.93 138.68 -
System Red Green Blue C M Y K H S L
Decimal 117 81 171 0.32 0.53 0 0.33 264 0.36 0.49
Hex 75 51 AB 20 35 0 21 108 24 31
Octal 165 121 253 40 65 0 41 410 44 61
Binary 1110101 1010001 10101011 100000 110101 0 100001 100001000 100100 110001

Color Harmonies of #7551AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7551AB

Black with #7551AB

Text Example


Text Example

White with #7551AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,81,171); }

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

background-color css

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

 a { background-color: rgb(117,81,171); }

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

border-color css

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

 span { border-color: rgb(117,81,171); }

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