Html Css Color HEX #734295 Royal Purple

📋 copy color: '#734295'

red 115 ◦ green 66 ◦ blue 149

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

Shades of Royal Purple #734295

Tints of Royal Purple #734295

RGB

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

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

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

R = 34.85%
G = 20%
B = 45.15%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#734295 (or 0x734295) is known color: Royal Purple. HEX triplet: 73, 42 and 95. RGB value is (115,66,149). Sum of RGB (Red+Green+Blue) = 115+66+149=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #734295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734295 is #8CBD6A. Grayscale: #595959. Windows color (decimal): -9223531 or 9781875. OLE color: 9781875.

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

Color convert

RGB 115 66 149 -
CMYK 0.23 0.56 0 0.42
HSL 275.42º 0.39% 0.42% -
HSV(B) 275.42º 0.56% 0.58% -
XYZ 14.44 9.71 29.55 -
YUV 90.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 115 66 149 0.23 0.56 0 0.42 275.42 0.39 0.42
Hex 73 42 95 17 38 0 2A 113 27 2A
Octal 163 102 225 27 70 0 52 423 47 52
Binary 1110011 1000010 10010101 10111 111000 0 101010 100010011 100111 101010

Color Harmonies of #734295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734295

Black with #734295

Text Example


Text Example

White with #734295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734295; }

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

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

background-color css

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

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

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

border-color css

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

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

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