Html Css Color HEX #754BAE Studio

📋 copy color: '#754BAE'

red 117 ◦ green 75 ◦ blue 174

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

Shades of Studio #754BAE

Tints of Studio #754BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.49%

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

R = 31.97%
G = 20.49%
B = 47.54%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#754BAE (or 0x754BAE) is known color: Studio. HEX triplet: 75, 4B and AE. RGB value is (117,75,174). Sum of RGB (Red+Green+Blue) = 117+75+174=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #754BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754BAE is #8AB451. Grayscale: #626262. Windows color (decimal): -9090130 or 11422581. OLE color: 11422581.

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

Color convert

RGB 117 75 174 -
CMYK 0.33 0.57 0 0.32
HSL 265.45º 0.4% 0.49% -
HSV(B) 265.45º 0.57% 0.68% -
XYZ 17.49 11.87 41.41 -
YUV 98.84 170.41 140.95 -
System Red Green Blue C M Y K H S L
Decimal 117 75 174 0.33 0.57 0 0.32 265.45 0.4 0.49
Hex 75 4B AE 21 39 0 20 109 28 31
Octal 165 113 256 41 71 0 40 411 50 61
Binary 1110101 1001011 10101110 100001 111001 0 100000 100001001 101000 110001

Color Harmonies of #754BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754BAE

Black with #754BAE

Text Example


Text Example

White with #754BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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