Html Css Color HEX #754695 Studio

📋 copy color: '#754695'

red 117 ◦ green 70 ◦ blue 149

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

Shades of Studio #754695

Tints of Studio #754695

RGB

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

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

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

R = 34.82%
G = 20.83%
B = 44.35%

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

#754695 (or 0x754695) is known color: Studio. HEX triplet: 75, 46 and 95. RGB value is (117,70,149). Sum of RGB (Red+Green+Blue) = 117+70+149=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #754695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754695 is #8AB96A. Grayscale: #5C5C5C. Windows color (decimal): -9091435 or 9782901. OLE color: 9782901.

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

Color convert

RGB 117 70 149 -
CMYK 0.21 0.53 0 0.42
HSL 275.7º 0.36% 0.43% -
HSV(B) 275.7º 0.53% 0.58% -
XYZ 14.95 10.33 29.64 -
YUV 93.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 117 70 149 0.21 0.53 0 0.42 275.7 0.36 0.43
Hex 75 46 95 15 35 0 2A 114 24 2B
Octal 165 106 225 25 65 0 52 424 44 53
Binary 1110101 1000110 10010101 10101 110101 0 101010 100010100 100100 101011

Color Harmonies of #754695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754695

Black with #754695

Text Example


Text Example

White with #754695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754695; }

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

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

background-color css

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

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

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

border-color css

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

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

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