Html Css Color HEX #754CAA Studio

📋 copy color: '#754CAA'

red 117 ◦ green 76 ◦ blue 170

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

Shades of Studio #754CAA

Tints of Studio #754CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.94%

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

R = 32.23%
G = 20.94%
B = 46.83%

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

#754CAA (or 0x754CAA) is known color: Studio. HEX triplet: 75, 4C and AA. RGB value is (117,76,170). Sum of RGB (Red+Green+Blue) = 117+76+170=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #754CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754CAA is #8AB355. Grayscale: #626262. Windows color (decimal): -9089878 or 11160693. OLE color: 11160693.

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

Color convert

RGB 117 76 170 -
CMYK 0.31 0.55 0 0.33
HSL 266.17º 0.38% 0.48% -
HSV(B) 266.17º 0.55% 0.67% -
XYZ 17.18 11.85 39.41 -
YUV 98.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 117 76 170 0.31 0.55 0 0.33 266.17 0.38 0.48
Hex 75 4C AA 1F 37 0 21 10A 26 30
Octal 165 114 252 37 67 0 41 412 46 60
Binary 1110101 1001100 10101010 11111 110111 0 100001 100001010 100110 110000

Color Harmonies of #754CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CAA

Black with #754CAA

Text Example


Text Example

White with #754CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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