Html Css Color HEX #734194 Royal Purple

📋 copy color: '#734194'

red 115 ◦ green 65 ◦ blue 148

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

Shades of Royal Purple #734194

Tints of Royal Purple #734194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.12%

R = 35.06%
G = 19.82%
B = 45.12%

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

#734194 (or 0x734194) is known color: Royal Purple. HEX triplet: 73, 41 and 94. RGB value is (115,65,148). Sum of RGB (Red+Green+Blue) = 115+65+148=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #734194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734194 is #8CBE6B. Grayscale: #595959. Windows color (decimal): -9223788 or 9716083. OLE color: 9716083.

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

Color convert

RGB 115 65 148 -
CMYK 0.22 0.56 0 0.42
HSL 276.14º 0.39% 0.42% -
HSV(B) 276.14º 0.56% 0.58% -
XYZ 14.31 9.56 29.11 -
YUV 89.41 161.07 146.25 -
System Red Green Blue C M Y K H S L
Decimal 115 65 148 0.22 0.56 0 0.42 276.14 0.39 0.42
Hex 73 41 94 16 38 0 2A 114 27 2A
Octal 163 101 224 26 70 0 52 424 47 52
Binary 1110011 1000001 10010100 10110 111000 0 101010 100010100 100111 101010

Color Harmonies of #734194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734194

Black with #734194

Text Example


Text Example

White with #734194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734194; }

 p { color: rgb(115,65,148); }

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

background-color css

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

 a { background-color: rgb(115,65,148); }

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

border-color css

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

 span { border-color: rgb(115,65,148); }

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