Html Css Color HEX #754EAE Studio

📋 copy color: '#754EAE'

red 117 ◦ green 78 ◦ blue 174

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

Shades of Studio #754EAE

Tints of Studio #754EAE

RGB

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

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

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

R = 31.71%
G = 21.14%
B = 47.15%

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

#754EAE (or 0x754EAE) is known color: Studio. HEX triplet: 75, 4E and AE. RGB value is (117,78,174). Sum of RGB (Red+Green+Blue) = 117+78+174=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #754EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754EAE is #8AB151. Grayscale: #646464. Windows color (decimal): -9089362 or 11423349. OLE color: 11423349.

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

Color convert

RGB 117 78 174 -
CMYK 0.33 0.55 0 0.32
HSL 264.38º 0.38% 0.49% -
HSV(B) 264.38º 0.55% 0.68% -
XYZ 17.7 12.29 41.48 -
YUV 100.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 117 78 174 0.33 0.55 0 0.32 264.38 0.38 0.49
Hex 75 4E AE 21 37 0 20 108 26 31
Octal 165 116 256 41 67 0 40 410 46 61
Binary 1110101 1001110 10101110 100001 110111 0 100000 100001000 100110 110001

Color Harmonies of #754EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754EAE

Black with #754EAE

Text Example


Text Example

White with #754EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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