Html Css Color HEX #754DAA Studio

📋 copy color: '#754DAA'

red 117 ◦ green 77 ◦ blue 170

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

Shades of Studio #754DAA

Tints of Studio #754DAA

RGB

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

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

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

R = 32.14%
G = 21.15%
B = 46.7%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#754DAA (or 0x754DAA) is known color: Studio. HEX triplet: 75, 4D and AA. RGB value is (117,77,170). Sum of RGB (Red+Green+Blue) = 117+77+170=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #754DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754DAA is #8AB255. Grayscale: #636363. Windows color (decimal): -9089622 or 11160949. OLE color: 11160949.

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

Color convert

RGB 117 77 170 -
CMYK 0.31 0.55 0 0.33
HSL 265.81º 0.38% 0.48% -
HSV(B) 265.81º 0.55% 0.67% -
XYZ 17.25 11.99 39.44 -
YUV 99.56 167.75 140.44 -
System Red Green Blue C M Y K H S L
Decimal 117 77 170 0.31 0.55 0 0.33 265.81 0.38 0.48
Hex 75 4D AA 1F 37 0 21 10A 26 30
Octal 165 115 252 37 67 0 41 412 46 60
Binary 1110101 1001101 10101010 11111 110111 0 100001 100001010 100110 110000

Color Harmonies of #754DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754DAA

Black with #754DAA

Text Example


Text Example

White with #754DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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