Html Css Color HEX #744195 Royal Purple

📋 copy color: '#744195'

red 116 ◦ green 65 ◦ blue 149

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

Shades of Royal Purple #744195

Tints of Royal Purple #744195

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.7%

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

R = 35.15%
G = 19.7%
B = 45.15%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#744195 (or 0x744195) is known color: Royal Purple. HEX triplet: 74, 41 and 95. RGB value is (116,65,149). Sum of RGB (Red+Green+Blue) = 116+65+149=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #744195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744195 is #8BBE6A. Grayscale: #595959. Windows color (decimal): -9158251 or 9781620. OLE color: 9781620.

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

Color convert

RGB 116 65 149 -
CMYK 0.22 0.56 0 0.42
HSL 276.43º 0.39% 0.42% -
HSV(B) 276.43º 0.56% 0.58% -
XYZ 14.52 9.66 29.53 -
YUV 89.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 116 65 149 0.22 0.56 0 0.42 276.43 0.39 0.42
Hex 74 41 95 16 38 0 2A 114 27 2A
Octal 164 101 225 26 70 0 52 424 47 52
Binary 1110100 1000001 10010101 10110 111000 0 101010 100010100 100111 101010

Color Harmonies of #744195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744195

Black with #744195

Text Example


Text Example

White with #744195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744195; }

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

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

background-color css

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

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

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

border-color css

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

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

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