Html Css Color HEX #754FAA Studio

📋 copy color: '#754FAA'

red 117 ◦ green 79 ◦ blue 170

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

Shades of Studio #754FAA

Tints of Studio #754FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.45%

R = 31.97%
G = 21.58%
B = 46.45%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#754FAA (or 0x754FAA) is known color: Studio. HEX triplet: 75, 4F and AA. RGB value is (117,79,170). Sum of RGB (Red+Green+Blue) = 117+79+170=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #754FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754FAA is #8AB055. Grayscale: #646464. Windows color (decimal): -9089110 or 11161461. OLE color: 11161461.

HSL color Cylindrical-coordinate representation of color #754FAA: hue angle of 265.05º 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 #754FAA is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 79 170 -
CMYK 0.31 0.54 0 0.33
HSL 265.06º 0.37% 0.49% -
HSV(B) 265.06º 0.54% 0.67% -
XYZ 17.39 12.28 39.48 -
YUV 100.74 167.09 139.6 -
System Red Green Blue C M Y K H S L
Decimal 117 79 170 0.31 0.54 0 0.33 265.06 0.37 0.49
Hex 75 4F AA 1F 36 0 21 109 25 31
Octal 165 117 252 37 66 0 41 411 45 61
Binary 1110101 1001111 10101010 11111 110110 0 100001 100001001 100101 110001

Color Harmonies of #754FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754FAA

Black with #754FAA

Text Example


Text Example

White with #754FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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