Html Css Color HEX #754FAE Studio

📋 copy color: '#754FAE'

red 117 ◦ green 79 ◦ blue 174

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

Shades of Studio #754FAE

Tints of Studio #754FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.03%

R = 31.62%
G = 21.35%
B = 47.03%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#754FAE (or 0x754FAE) is known color: Studio. HEX triplet: 75, 4F and AE. RGB value is (117,79,174). Sum of RGB (Red+Green+Blue) = 117+79+174=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #754FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754FAE is #8AB051. Grayscale: #646464. Windows color (decimal): -9089106 or 11423605. OLE color: 11423605.

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

Color convert

RGB 117 79 174 -
CMYK 0.33 0.55 0 0.32
HSL 264º 0.38% 0.5% -
HSV(B) 264º 0.55% 0.68% -
XYZ 17.77 12.43 41.51 -
YUV 101.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 117 79 174 0.33 0.55 0 0.32 264 0.38 0.5
Hex 75 4F AE 21 37 0 20 108 26 32
Octal 165 117 256 41 67 0 40 410 46 62
Binary 1110101 1001111 10101110 100001 110111 0 100000 100001000 100110 110010

Color Harmonies of #754FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754FAE

Black with #754FAE

Text Example


Text Example

White with #754FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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