Html Css Color HEX #754A94 Studio

📋 copy color: '#754A94'

red 117 ◦ green 74 ◦ blue 148

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

Shades of Studio #754A94

Tints of Studio #754A94

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.83%

 BLUE value IS 148 (58.2% from 255) = 43.66%

R = 34.51%
G = 21.83%
B = 43.66%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#754A94 (or 0x754A94) is known color: Studio. HEX triplet: 75, 4A and 94. RGB value is (117,74,148). Sum of RGB (Red+Green+Blue) = 117+74+148=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #754A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754A94 is #8AB56B. Grayscale: #5F5F5F. Windows color (decimal): -9090412 or 9718389. OLE color: 9718389.

HSL color Cylindrical-coordinate representation of color #754A94: hue angle of 274.86º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754A94 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 74 148 -
CMYK 0.21 0.50 0 0.42
HSL 274.86º 0.33% 0.44% -
HSV(B) 274.86º 0.5% 0.58% -
XYZ 15.13 10.82 29.31 -
YUV 95.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 117 74 148 0.21 0.50 0 0.42 274.86 0.33 0.44
Hex 75 4A 94 15 32 0 2A 113 21 2C
Octal 165 112 224 25 62 0 52 423 41 54
Binary 1110101 1001010 10010100 10101 110010 0 101010 100010011 100001 101100

Color Harmonies of #754A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A94

Black with #754A94

Text Example


Text Example

White with #754A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,74,148); }

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

background-color css

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

 a { background-color: rgb(117,74,148); }

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

border-color css

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

 span { border-color: rgb(117,74,148); }

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