Html Css Color HEX #754FAC Studio

📋 copy color: '#754FAC'

red 117 ◦ green 79 ◦ blue 172

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

Shades of Studio #754FAC

Tints of Studio #754FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.47%

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

R = 31.79%
G = 21.47%
B = 46.74%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#754FAC (or 0x754FAC) is known color: Studio. HEX triplet: 75, 4F and AC. RGB value is (117,79,172). Sum of RGB (Red+Green+Blue) = 117+79+172=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #754FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754FAC is #8AB053. Grayscale: #646464. Windows color (decimal): -9089108 or 11292533. OLE color: 11292533.

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

Color convert

RGB 117 79 172 -
CMYK 0.32 0.54 0 0.33
HSL 264.52º 0.37% 0.49% -
HSV(B) 264.52º 0.54% 0.67% -
XYZ 17.58 12.35 40.49 -
YUV 100.96 168.09 139.44 -
System Red Green Blue C M Y K H S L
Decimal 117 79 172 0.32 0.54 0 0.33 264.52 0.37 0.49
Hex 75 4F AC 20 36 0 21 109 25 31
Octal 165 117 254 40 66 0 41 411 45 61
Binary 1110101 1001111 10101100 100000 110110 0 100001 100001001 100101 110001

Color Harmonies of #754FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754FAC

Black with #754FAC

Text Example


Text Example

White with #754FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754FAC; }

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

 H1.HeaderClassName
 {
   color: #754FAC;
 }
 .AnyTagClassName
 {
   color: #754FAC;
 }
</style>

background-color css

<style>
 a { background-color: #754FAC; }

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

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

border-color css

<style>
 span { border-color: #754FAC; }

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

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