Html Css Color HEX #754696 Studio

📋 copy color: '#754696'

red 117 ◦ green 70 ◦ blue 150

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

Shades of Studio #754696

Tints of Studio #754696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.51%

R = 34.72%
G = 20.77%
B = 44.51%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#754696 (or 0x754696) is known color: Studio. HEX triplet: 75, 46 and 96. RGB value is (117,70,150). Sum of RGB (Red+Green+Blue) = 117+70+150=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #754696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754696 is #8AB969. Grayscale: #5C5C5C. Windows color (decimal): -9091434 or 9848437. OLE color: 9848437.

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

Color convert

RGB 117 70 150 -
CMYK 0.22 0.53 0 0.41
HSL 275.25º 0.36% 0.43% -
HSV(B) 275.25º 0.53% 0.59% -
XYZ 15.03 10.36 30.06 -
YUV 93.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 117 70 150 0.22 0.53 0 0.41 275.25 0.36 0.43
Hex 75 46 96 16 35 0 29 113 24 2B
Octal 165 106 226 26 65 0 51 423 44 53
Binary 1110101 1000110 10010110 10110 110101 0 101001 100010011 100100 101011

Color Harmonies of #754696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754696

Black with #754696

Text Example


Text Example

White with #754696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754696; }

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

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

background-color css

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

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

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

border-color css

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

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

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