Html Css Color HEX #754299 Studio

📋 copy color: '#754299'

red 117 ◦ green 66 ◦ blue 153

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

Shades of Studio #754299

Tints of Studio #754299

RGB

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

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

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

R = 34.82%
G = 19.64%
B = 45.54%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#754299 (or 0x754299) is known color: Studio. HEX triplet: 75, 42 and 99. RGB value is (117,66,153). Sum of RGB (Red+Green+Blue) = 117+66+153=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #754299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754299 is #8ABD66. Grayscale: #5A5A5A. Windows color (decimal): -9092455 or 10044021. OLE color: 10044021.

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

Color convert

RGB 117 66 153 -
CMYK 0.24 0.57 0 0.4
HSL 275.17º 0.4% 0.43% -
HSV(B) 275.17º 0.57% 0.6% -
XYZ 15.03 9.98 31.27 -
YUV 91.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 117 66 153 0.24 0.57 0 0.4 275.17 0.4 0.43
Hex 75 42 99 18 39 0 28 113 28 2B
Octal 165 102 231 30 71 0 50 423 50 53
Binary 1110101 1000010 10011001 11000 111001 0 101000 100010011 101000 101011

Color Harmonies of #754299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754299

Black with #754299

Text Example


Text Example

White with #754299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754299; }

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

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

background-color css

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

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

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

border-color css

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

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

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