Html Css Color HEX #755295 Studio

📋 copy color: '#755295'

red 117 ◦ green 82 ◦ blue 149

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

Shades of Studio #755295

Tints of Studio #755295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.56%

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

R = 33.62%
G = 23.56%
B = 42.82%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#755295 (or 0x755295) is known color: Studio. HEX triplet: 75, 52 and 95. RGB value is (117,82,149). Sum of RGB (Red+Green+Blue) = 117+82+149=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #755295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755295 is #8AAD6A. Grayscale: #636363. Windows color (decimal): -9088363 or 9785973. OLE color: 9785973.

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

Color convert

RGB 117 82 149 -
CMYK 0.21 0.45 0 0.42
HSL 271.34º 0.29% 0.45% -
HSV(B) 271.34º 0.45% 0.58% -
XYZ 15.78 11.99 29.92 -
YUV 100.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 117 82 149 0.21 0.45 0 0.42 271.34 0.29 0.45
Hex 75 52 95 15 2D 0 2A 10F 1D 2D
Octal 165 122 225 25 55 0 52 417 35 55
Binary 1110101 1010010 10010101 10101 101101 0 101010 100001111 11101 101101

Color Harmonies of #755295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755295

Black with #755295

Text Example


Text Example

White with #755295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755295; }

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

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

background-color css

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

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

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

border-color css

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

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

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