Html Css Color HEX #754594 Studio

📋 copy color: '#754594'

red 117 ◦ green 69 ◦ blue 148

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

Shades of Studio #754594

Tints of Studio #754594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.66%

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

R = 35.03%
G = 20.66%
B = 44.31%

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

#754594 (or 0x754594) is known color: Studio. HEX triplet: 75, 45 and 94. RGB value is (117,69,148). Sum of RGB (Red+Green+Blue) = 117+69+148=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #754594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754594 is #8ABA6B. Grayscale: #5C5C5C. Windows color (decimal): -9091692 or 9717109. OLE color: 9717109.

HSL color Cylindrical-coordinate representation of color #754594: hue angle of 276.46º 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 #754594 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 69 148 -
CMYK 0.21 0.53 0 0.42
HSL 276.46º 0.36% 0.43% -
HSV(B) 276.46º 0.53% 0.58% -
XYZ 14.81 10.18 29.2 -
YUV 92.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 117 69 148 0.21 0.53 0 0.42 276.46 0.36 0.43
Hex 75 45 94 15 35 0 2A 114 24 2B
Octal 165 105 224 25 65 0 52 424 44 53
Binary 1110101 1000101 10010100 10101 110101 0 101010 100010100 100100 101011

Color Harmonies of #754594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754594

Black with #754594

Text Example


Text Example

White with #754594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754594; }

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

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

background-color css

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

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

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

border-color css

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

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

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