Html Css Color HEX #755299 Studio

📋 copy color: '#755299'

red 117 ◦ green 82 ◦ blue 153

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

Shades of Studio #755299

Tints of Studio #755299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.47%

R = 33.24%
G = 23.3%
B = 43.47%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#755299 (or 0x755299) is known color: Studio. HEX triplet: 75, 52 and 99. RGB value is (117,82,153). Sum of RGB (Red+Green+Blue) = 117+82+153=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #755299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755299 is #8AAD66. Grayscale: #646464. Windows color (decimal): -9088359 or 10048117. OLE color: 10048117.

HSL color Cylindrical-coordinate representation of color #755299: hue angle of 269.58º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #755299 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 82 153 -
CMYK 0.24 0.46 0 0.4
HSL 269.58º 0.3% 0.46% -
HSV(B) 269.58º 0.46% 0.6% -
XYZ 16.1 12.12 31.63 -
YUV 100.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 117 82 153 0.24 0.46 0 0.4 269.58 0.3 0.46
Hex 75 52 99 18 2E 0 28 10E 1E 2E
Octal 165 122 231 30 56 0 50 416 36 56
Binary 1110101 1010010 10011001 11000 101110 0 101000 100001110 11110 101110

Color Harmonies of #755299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755299

Black with #755299

Text Example


Text Example

White with #755299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755299; }

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

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

background-color css

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

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

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

border-color css

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

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

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