Html Css Color HEX #754DAC Studio

📋 copy color: '#754DAC'

red 117 ◦ green 77 ◦ blue 172

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

Shades of Studio #754DAC

Tints of Studio #754DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.04%

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

R = 31.97%
G = 21.04%
B = 46.99%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#754DAC (or 0x754DAC) is known color: Studio. HEX triplet: 75, 4D and AC. RGB value is (117,77,172). Sum of RGB (Red+Green+Blue) = 117+77+172=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #754DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754DAC is #8AB253. Grayscale: #636363. Windows color (decimal): -9089620 or 11292021. OLE color: 11292021.

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

Color convert

RGB 117 77 172 -
CMYK 0.32 0.55 0 0.33
HSL 265.26º 0.38% 0.49% -
HSV(B) 265.26º 0.55% 0.67% -
XYZ 17.44 12.07 40.44 -
YUV 99.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 117 77 172 0.32 0.55 0 0.33 265.26 0.38 0.49
Hex 75 4D AC 20 37 0 21 109 26 31
Octal 165 115 254 40 67 0 41 411 46 61
Binary 1110101 1001101 10101100 100000 110111 0 100001 100001001 100110 110001

Color Harmonies of #754DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754DAC

Black with #754DAC

Text Example


Text Example

White with #754DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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