Html Css Color HEX #734293 Royal Purple

📋 copy color: '#734293'

red 115 ◦ green 66 ◦ blue 147

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

Shades of Royal Purple #734293

Tints of Royal Purple #734293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.12%

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

R = 35.06%
G = 20.12%
B = 44.82%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#734293 (or 0x734293) is known color: Royal Purple. HEX triplet: 73, 42 and 93. RGB value is (115,66,147). Sum of RGB (Red+Green+Blue) = 115+66+147=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #734293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734293 is #8CBD6C. Grayscale: #595959. Windows color (decimal): -9223533 or 9650803. OLE color: 9650803.

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

Color convert

RGB 115 66 147 -
CMYK 0.22 0.55 0 0.42
HSL 276.3º 0.38% 0.42% -
HSV(B) 276.3º 0.55% 0.58% -
XYZ 14.28 9.65 28.71 -
YUV 89.89 160.23 145.91 -
System Red Green Blue C M Y K H S L
Decimal 115 66 147 0.22 0.55 0 0.42 276.3 0.38 0.42
Hex 73 42 93 16 37 0 2A 114 26 2A
Octal 163 102 223 26 67 0 52 424 46 52
Binary 1110011 1000010 10010011 10110 110111 0 101010 100010100 100110 101010

Color Harmonies of #734293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734293

Black with #734293

Text Example


Text Example

White with #734293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734293; }

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

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

background-color css

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

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

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

border-color css

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

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

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