Html Css Color HEX #7555AC Studio

📋 copy color: '#7555AC'

red 117 ◦ green 85 ◦ blue 172

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

Shades of Studio #7555AC

Tints of Studio #7555AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.73%

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

R = 31.28%
G = 22.73%
B = 45.99%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7555AC (or 0x7555AC) is known color: Studio. HEX triplet: 75, 55 and AC. RGB value is (117,85,172). Sum of RGB (Red+Green+Blue) = 117+85+172=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #7555AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7555AC is #8AAA53. Grayscale: #686868. Windows color (decimal): -9087572 or 11294069. OLE color: 11294069.

HSL color Cylindrical-coordinate representation of color #7555AC: hue angle of 262.07º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7555AC is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 85 172 -
CMYK 0.32 0.51 0 0.33
HSL 262.07º 0.34% 0.5% -
HSV(B) 262.07º 0.51% 0.67% -
XYZ 18.03 13.26 40.64 -
YUV 104.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 117 85 172 0.32 0.51 0 0.33 262.07 0.34 0.5
Hex 75 55 AC 20 33 0 21 106 22 32
Octal 165 125 254 40 63 0 41 406 42 62
Binary 1110101 1010101 10101100 100000 110011 0 100001 100000110 100010 110010

Color Harmonies of #7555AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7555AC

Black with #7555AC

Text Example


Text Example

White with #7555AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,85,172); }

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

background-color css

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

 a { background-color: rgb(117,85,172); }

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

border-color css

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

 span { border-color: rgb(117,85,172); }

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