Html Css Color HEX #755397 Studio

📋 copy color: '#755397'

red 117 ◦ green 83 ◦ blue 151

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

Shades of Studio #755397

Tints of Studio #755397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.65%

 BLUE value IS 151 (59.38% from 255) = 43.02%

R = 33.33%
G = 23.65%
B = 43.02%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#755397 (or 0x755397) is known color: Studio. HEX triplet: 75, 53 and 97. RGB value is (117,83,151). Sum of RGB (Red+Green+Blue) = 117+83+151=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 151 - color contains mainly: blue. Hex color #755397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755397 is #8AAC68. Grayscale: #646464. Windows color (decimal): -9088105 or 9917301. OLE color: 9917301.

HSL color Cylindrical-coordinate representation of color #755397: hue angle of 270º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #755397 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 83 151 -
CMYK 0.23 0.45 0 0.41
HSL 270º 0.29% 0.46% -
HSV(B) 270º 0.45% 0.59% -
XYZ 16.02 12.2 30.79 -
YUV 100.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 117 83 151 0.23 0.45 0 0.41 270 0.29 0.46
Hex 75 53 97 17 2D 0 29 10E 1D 2E
Octal 165 123 227 27 55 0 51 416 35 56
Binary 1110101 1010011 10010111 10111 101101 0 101001 100001110 11101 101110

Color Harmonies of #755397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755397

Black with #755397

Text Example


Text Example

White with #755397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755397; }

 p { color: rgb(117,83,151); }

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

background-color css

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

 a { background-color: rgb(117,83,151); }

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

border-color css

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

 span { border-color: rgb(117,83,151); }

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