Html Css Color HEX #734093 Royal Purple

📋 copy color: '#734093'

red 115 ◦ green 64 ◦ blue 147

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

Shades of Royal Purple #734093

Tints of Royal Purple #734093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 35.28%
G = 19.63%
B = 45.09%

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

#734093 (or 0x734093) is known color: Royal Purple. HEX triplet: 73, 40 and 93. RGB value is (115,64,147). Sum of RGB (Red+Green+Blue) = 115+64+147=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #734093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734093 is #8CBF6C. Grayscale: #585858. Windows color (decimal): -9224045 or 9650291. OLE color: 9650291.

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

Color convert

RGB 115 64 147 -
CMYK 0.22 0.56 0 0.42
HSL 276.87º 0.39% 0.41% -
HSV(B) 276.87º 0.56% 0.58% -
XYZ 14.17 9.42 28.67 -
YUV 88.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 115 64 147 0.22 0.56 0 0.42 276.87 0.39 0.41
Hex 73 40 93 16 38 0 2A 115 27 29
Octal 163 100 223 26 70 0 52 425 47 51
Binary 1110011 1000000 10010011 10110 111000 0 101010 100010101 100111 101001

Color Harmonies of #734093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734093

Black with #734093

Text Example


Text Example

White with #734093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734093; }

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

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

background-color css

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

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

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

border-color css

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

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

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