Html Css Color HEX #754498 Studio

📋 copy color: '#754498'

red 117 ◦ green 68 ◦ blue 152

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

Shades of Studio #754498

Tints of Studio #754498

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.18%

 BLUE value IS 152 (59.77% from 255) = 45.1%

R = 34.72%
G = 20.18%
B = 45.1%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#754498 (or 0x754498) is known color: Studio. HEX triplet: 75, 44 and 98. RGB value is (117,68,152). Sum of RGB (Red+Green+Blue) = 117+68+152=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #754498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754498 is #8ABB67. Grayscale: #5B5B5B. Windows color (decimal): -9091944 or 9978997. OLE color: 9978997.

HSL color Cylindrical-coordinate representation of color #754498: hue angle of 275º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #754498 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 68 152 -
CMYK 0.23 0.55 0 0.40
HSL 275º 0.38% 0.43% -
HSV(B) 275º 0.55% 0.6% -
XYZ 15.07 10.18 30.88 -
YUV 92.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 117 68 152 0.23 0.55 0 0.40 275 0.38 0.43
Hex 75 44 98 17 37 0 28 113 26 2B
Octal 165 104 230 27 67 0 50 423 46 53
Binary 1110101 1000100 10011000 10111 110111 0 101000 100010011 100110 101011

Color Harmonies of #754498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754498

Black with #754498

Text Example


Text Example

White with #754498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754498; }

 p { color: rgb(117,68,152); }

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

background-color css

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

 a { background-color: rgb(117,68,152); }

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

border-color css

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

 span { border-color: rgb(117,68,152); }

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