Html Css Color HEX #754DAE Studio

📋 copy color: '#754DAE'

red 117 ◦ green 77 ◦ blue 174

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

Shades of Studio #754DAE

Tints of Studio #754DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.92%

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

R = 31.79%
G = 20.92%
B = 47.28%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#754DAE (or 0x754DAE) is known color: Studio. HEX triplet: 75, 4D and AE. RGB value is (117,77,174). Sum of RGB (Red+Green+Blue) = 117+77+174=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #754DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754DAE is #8AB251. Grayscale: #636363. Windows color (decimal): -9089618 or 11423093. OLE color: 11423093.

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

Color convert

RGB 117 77 174 -
CMYK 0.33 0.56 0 0.32
HSL 264.74º 0.39% 0.49% -
HSV(B) 264.74º 0.56% 0.68% -
XYZ 17.63 12.15 41.46 -
YUV 100.02 169.75 140.11 -
System Red Green Blue C M Y K H S L
Decimal 117 77 174 0.33 0.56 0 0.32 264.74 0.39 0.49
Hex 75 4D AE 21 38 0 20 109 27 31
Octal 165 115 256 41 70 0 40 411 47 61
Binary 1110101 1001101 10101110 100001 111000 0 100000 100001001 100111 110001

Color Harmonies of #754DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754DAE

Black with #754DAE

Text Example


Text Example

White with #754DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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