Html Css Color HEX #734095 Royal Purple

📋 copy color: '#734095'

red 115 ◦ green 64 ◦ blue 149

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

Shades of Royal Purple #734095

Tints of Royal Purple #734095

RGB

 RED value IS 115 (45.31% from 255) = 35.06%

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

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

R = 35.06%
G = 19.51%
B = 45.43%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#734095 (or 0x734095) is known color: Royal Purple. HEX triplet: 73, 40 and 95. RGB value is (115,64,149). Sum of RGB (Red+Green+Blue) = 115+64+149=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #734095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734095 is #8CBF6A. Grayscale: #585858. Windows color (decimal): -9224043 or 9781363. OLE color: 9781363.

HSL color Cylindrical-coordinate representation of color #734095: hue angle of 276º 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 #734095 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 64 149 -
CMYK 0.23 0.57 0 0.42
HSL 276º 0.4% 0.42% -
HSV(B) 276º 0.57% 0.58% -
XYZ 14.33 9.48 29.51 -
YUV 88.94 161.9 146.59 -
System Red Green Blue C M Y K H S L
Decimal 115 64 149 0.23 0.57 0 0.42 276 0.4 0.42
Hex 73 40 95 17 39 0 2A 114 28 2A
Octal 163 100 225 27 71 0 52 424 50 52
Binary 1110011 1000000 10010101 10111 111001 0 101010 100010100 101000 101010

Color Harmonies of #734095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734095

Black with #734095

Text Example


Text Example

White with #734095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734095; }

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

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

background-color css

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

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

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

border-color css

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

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

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