Html Css Color HEX #754FA9 Studio

📋 copy color: '#754FA9'

red 117 ◦ green 79 ◦ blue 169

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

Shades of Studio #754FA9

Tints of Studio #754FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 46.3%

R = 32.05%
G = 21.64%
B = 46.3%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#754FA9 (or 0x754FA9) is known color: Studio. HEX triplet: 75, 4F and A9. RGB value is (117,79,169). Sum of RGB (Red+Green+Blue) = 117+79+169=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 169 - color contains mainly: blue. Hex color #754FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754FA9 is #8AB056. Grayscale: #646464. Windows color (decimal): -9089111 or 11095925. OLE color: 11095925.

HSL color Cylindrical-coordinate representation of color #754FA9: hue angle of 265.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #754FA9 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 79 169 -
CMYK 0.31 0.53 0 0.34
HSL 265.33º 0.36% 0.49% -
HSV(B) 265.33º 0.53% 0.66% -
XYZ 17.29 12.24 38.99 -
YUV 100.62 166.59 139.68 -
System Red Green Blue C M Y K H S L
Decimal 117 79 169 0.31 0.53 0 0.34 265.33 0.36 0.49
Hex 75 4F A9 1F 35 0 22 109 24 31
Octal 165 117 251 37 65 0 42 411 44 61
Binary 1110101 1001111 10101001 11111 110101 0 100010 100001001 100100 110001

Color Harmonies of #754FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754FA9

Black with #754FA9

Text Example


Text Example

White with #754FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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