Html Css Color HEX #754694 Studio

📋 copy color: '#754694'

red 117 ◦ green 70 ◦ blue 148

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

Shades of Studio #754694

Tints of Studio #754694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.9%

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

R = 34.93%
G = 20.9%
B = 44.18%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#754694 (or 0x754694) is known color: Studio. HEX triplet: 75, 46 and 94. RGB value is (117,70,148). Sum of RGB (Red+Green+Blue) = 117+70+148=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #754694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754694 is #8AB96B. Grayscale: #5C5C5C. Windows color (decimal): -9091436 or 9717365. OLE color: 9717365.

HSL color Cylindrical-coordinate representation of color #754694: hue angle of 276.15º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #754694 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 70 148 -
CMYK 0.21 0.53 0 0.42
HSL 276.15º 0.36% 0.43% -
HSV(B) 276.15º 0.53% 0.58% -
XYZ 14.87 10.3 29.22 -
YUV 92.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 117 70 148 0.21 0.53 0 0.42 276.15 0.36 0.43
Hex 75 46 94 15 35 0 2A 114 24 2B
Octal 165 106 224 25 65 0 52 424 44 53
Binary 1110101 1000110 10010100 10101 110101 0 101010 100010100 100100 101011

Color Harmonies of #754694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754694

Black with #754694

Text Example


Text Example

White with #754694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754694; }

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

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

background-color css

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

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

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

border-color css

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

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

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