Html Css Color HEX #754EAA Studio

📋 copy color: '#754EAA'

red 117 ◦ green 78 ◦ blue 170

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

Shades of Studio #754EAA

Tints of Studio #754EAA

RGB

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

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

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

R = 32.05%
G = 21.37%
B = 46.58%

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

#754EAA (or 0x754EAA) is known color: Studio. HEX triplet: 75, 4E and AA. RGB value is (117,78,170). Sum of RGB (Red+Green+Blue) = 117+78+170=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #754EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754EAA is #8AB155. Grayscale: #636363. Windows color (decimal): -9089366 or 11161205. OLE color: 11161205.

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

Color convert

RGB 117 78 170 -
CMYK 0.31 0.54 0 0.33
HSL 265.43º 0.37% 0.49% -
HSV(B) 265.43º 0.54% 0.67% -
XYZ 17.32 12.13 39.46 -
YUV 100.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 117 78 170 0.31 0.54 0 0.33 265.43 0.37 0.49
Hex 75 4E AA 1F 36 0 21 109 25 31
Octal 165 116 252 37 66 0 41 411 45 61
Binary 1110101 1001110 10101010 11111 110110 0 100001 100001001 100101 110001

Color Harmonies of #754EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754EAA

Black with #754EAA

Text Example


Text Example

White with #754EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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