Html Css Color HEX #744095 Royal Purple

📋 copy color: '#744095'

red 116 ◦ green 64 ◦ blue 149

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

Shades of Royal Purple #744095

Tints of Royal Purple #744095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.45%

 BLUE value IS 149 (58.59% from 255) = 45.29%

R = 35.26%
G = 19.45%
B = 45.29%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#744095 (or 0x744095) is known color: Royal Purple. HEX triplet: 74, 40 and 95. RGB value is (116,64,149). Sum of RGB (Red+Green+Blue) = 116+64+149=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #744095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744095 is #8BBF6A. Grayscale: #585858. Windows color (decimal): -9158507 or 9781364. OLE color: 9781364.

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

Color convert

RGB 116 64 149 -
CMYK 0.22 0.57 0 0.42
HSL 276.71º 0.4% 0.42% -
HSV(B) 276.71º 0.57% 0.58% -
XYZ 14.46 9.55 29.51 -
YUV 89.24 161.73 147.09 -
System Red Green Blue C M Y K H S L
Decimal 116 64 149 0.22 0.57 0 0.42 276.71 0.4 0.42
Hex 74 40 95 16 39 0 2A 115 28 2A
Octal 164 100 225 26 71 0 52 425 50 52
Binary 1110100 1000000 10010101 10110 111001 0 101010 100010101 101000 101010

Color Harmonies of #744095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744095

Black with #744095

Text Example


Text Example

White with #744095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744095; }

 p { color: rgb(116,64,149); }

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

background-color css

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

 a { background-color: rgb(116,64,149); }

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

border-color css

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

 span { border-color: rgb(116,64,149); }

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