Html Css Color HEX #754EAB Studio

📋 copy color: '#754EAB'

red 117 ◦ green 78 ◦ blue 171

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

Shades of Studio #754EAB

Tints of Studio #754EAB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.31%

 BLUE value IS 171 (67.19% from 255) = 46.72%

R = 31.97%
G = 21.31%
B = 46.72%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#754EAB (or 0x754EAB) is known color: Studio. HEX triplet: 75, 4E and AB. RGB value is (117,78,171). Sum of RGB (Red+Green+Blue) = 117+78+171=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #754EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754EAB is #8AB154. Grayscale: #636363. Windows color (decimal): -9089365 or 11226741. OLE color: 11226741.

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

Color convert

RGB 117 78 171 -
CMYK 0.32 0.54 0 0.33
HSL 265.16º 0.37% 0.49% -
HSV(B) 265.16º 0.54% 0.67% -
XYZ 17.41 12.17 39.96 -
YUV 100.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 117 78 171 0.32 0.54 0 0.33 265.16 0.37 0.49
Hex 75 4E AB 20 36 0 21 109 25 31
Octal 165 116 253 40 66 0 41 411 45 61
Binary 1110101 1001110 10101011 100000 110110 0 100001 100001001 100101 110001

Color Harmonies of #754EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754EAB

Black with #754EAB

Text Example


Text Example

White with #754EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,78,171); }

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

background-color css

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

 a { background-color: rgb(117,78,171); }

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

border-color css

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

 span { border-color: rgb(117,78,171); }

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