Html Css Color HEX #7550AB Studio

📋 copy color: '#7550AB'

red 117 ◦ green 80 ◦ blue 171

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

Shades of Studio #7550AB

Tints of Studio #7550AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.74%

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

R = 31.79%
G = 21.74%
B = 46.47%

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

#7550AB (or 0x7550AB) is known color: Studio. HEX triplet: 75, 50 and AB. RGB value is (117,80,171). Sum of RGB (Red+Green+Blue) = 117+80+171=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #7550AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7550AB is #8AAF54. Grayscale: #656565. Windows color (decimal): -9088853 or 11227253. OLE color: 11227253.

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

Color convert

RGB 117 80 171 -
CMYK 0.32 0.53 0 0.33
HSL 264.4º 0.36% 0.49% -
HSV(B) 264.4º 0.53% 0.67% -
XYZ 17.56 12.46 40.01 -
YUV 101.44 167.26 139.1 -
System Red Green Blue C M Y K H S L
Decimal 117 80 171 0.32 0.53 0 0.33 264.4 0.36 0.49
Hex 75 50 AB 20 35 0 21 108 24 31
Octal 165 120 253 40 65 0 41 410 44 61
Binary 1110101 1010000 10101011 100000 110101 0 100001 100001000 100100 110001

Color Harmonies of #7550AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7550AB

Black with #7550AB

Text Example


Text Example

White with #7550AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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