Html Css Color HEX #734096 Royal Purple

📋 copy color: '#734096'

red 115 ◦ green 64 ◦ blue 150

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

Shades of Royal Purple #734096

Tints of Royal Purple #734096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.59%

R = 34.95%
G = 19.45%
B = 45.59%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#734096 (or 0x734096) is known color: Royal Purple. HEX triplet: 73, 40 and 96. RGB value is (115,64,150). Sum of RGB (Red+Green+Blue) = 115+64+150=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #734096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734096 is #8CBF69. Grayscale: #585858. Windows color (decimal): -9224042 or 9846899. OLE color: 9846899.

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

Color convert

RGB 115 64 150 -
CMYK 0.23 0.57 0 0.41
HSL 275.58º 0.4% 0.42% -
HSV(B) 275.58º 0.57% 0.59% -
XYZ 14.41 9.51 29.93 -
YUV 89.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 115 64 150 0.23 0.57 0 0.41 275.58 0.4 0.42
Hex 73 40 96 17 39 0 29 114 28 2A
Octal 163 100 226 27 71 0 51 424 50 52
Binary 1110011 1000000 10010110 10111 111001 0 101001 100010100 101000 101010

Color Harmonies of #734096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734096

Black with #734096

Text Example


Text Example

White with #734096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734096; }

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

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

background-color css

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

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

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

border-color css

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

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

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