Html Css Color HEX #744598 Studio

📋 copy color: '#744598'

red 116 ◦ green 69 ◦ blue 152

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

Shades of Studio #744598

Tints of Studio #744598

RGB

 RED value IS 116 (45.7% from 255) = 34.42%

 GREEN value IS 69 (27.34% from 255) = 20.47%

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

R = 34.42%
G = 20.47%
B = 45.1%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#744598 (or 0x744598) is known color: Studio. HEX triplet: 74, 45 and 98. RGB value is (116,69,152). Sum of RGB (Red+Green+Blue) = 116+69+152=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 69 (27.34% from 255 or 20.47% 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 #744598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744598 is #8BBA67. Grayscale: #5C5C5C. Windows color (decimal): -9157224 or 9979252. OLE color: 9979252.

HSL color Cylindrical-coordinate representation of color #744598: hue angle of 273.98º 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 #744598 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 69 152 -
CMYK 0.24 0.55 0 0.40
HSL 273.98º 0.38% 0.43% -
HSV(B) 273.98º 0.55% 0.6% -
XYZ 15 10.24 30.89 -
YUV 92.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 116 69 152 0.24 0.55 0 0.40 273.98 0.38 0.43
Hex 74 45 98 18 37 0 28 112 26 2B
Octal 164 105 230 30 67 0 50 422 46 53
Binary 1110100 1000101 10011000 11000 110111 0 101000 100010010 100110 101011

Color Harmonies of #744598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744598

Black with #744598

Text Example


Text Example

White with #744598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744598; }

 p { color: rgb(116,69,152); }

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

background-color css

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

 a { background-color: rgb(116,69,152); }

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

border-color css

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

 span { border-color: rgb(116,69,152); }

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