Html Css Color HEX #754495 Studio

📋 copy color: '#754495'

red 117 ◦ green 68 ◦ blue 149

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

Shades of Studio #754495

Tints of Studio #754495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 35.03%
G = 20.36%
B = 44.61%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#754495 (or 0x754495) is known color: Studio. HEX triplet: 75, 44 and 95. RGB value is (117,68,149). Sum of RGB (Red+Green+Blue) = 117+68+149=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #754495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754495 is #8ABB6A. Grayscale: #5B5B5B. Windows color (decimal): -9091947 or 9782389. OLE color: 9782389.

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

Color convert

RGB 117 68 149 -
CMYK 0.21 0.54 0 0.42
HSL 276.3º 0.37% 0.43% -
HSV(B) 276.3º 0.54% 0.58% -
XYZ 14.83 10.09 29.6 -
YUV 91.89 160.23 145.91 -
System Red Green Blue C M Y K H S L
Decimal 117 68 149 0.21 0.54 0 0.42 276.3 0.37 0.43
Hex 75 44 95 15 36 0 2A 114 25 2B
Octal 165 104 225 25 66 0 52 424 45 53
Binary 1110101 1000100 10010101 10101 110110 0 101010 100010100 100101 101011

Color Harmonies of #754495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754495

Black with #754495

Text Example


Text Example

White with #754495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754495; }

 p { color: rgb(117,68,149); }

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

background-color css

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

 a { background-color: rgb(117,68,149); }

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

border-color css

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

 span { border-color: rgb(117,68,149); }

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