Html Css Color HEX #754295 Studio

📋 copy color: '#754295'

red 117 ◦ green 66 ◦ blue 149

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

Shades of Studio #754295

Tints of Studio #754295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.88%

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

R = 35.24%
G = 19.88%
B = 44.88%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#754295 (or 0x754295) is known color: Studio. HEX triplet: 75, 42 and 95. RGB value is (117,66,149). Sum of RGB (Red+Green+Blue) = 117+66+149=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #754295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754295 is #8ABD6A. Grayscale: #5A5A5A. Windows color (decimal): -9092459 or 9781877. OLE color: 9781877.

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

Color convert

RGB 117 66 149 -
CMYK 0.21 0.56 0 0.42
HSL 276.87º 0.39% 0.42% -
HSV(B) 276.87º 0.56% 0.58% -
XYZ 14.71 9.85 29.56 -
YUV 90.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 117 66 149 0.21 0.56 0 0.42 276.87 0.39 0.42
Hex 75 42 95 15 38 0 2A 115 27 2A
Octal 165 102 225 25 70 0 52 425 47 52
Binary 1110101 1000010 10010101 10101 111000 0 101010 100010101 100111 101010

Color Harmonies of #754295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754295

Black with #754295

Text Example


Text Example

White with #754295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754295; }

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

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

background-color css

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

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

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

border-color css

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

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

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