Html Css Color HEX #754095 Royal Purple

📋 copy color: '#754095'

red 117 ◦ green 64 ◦ blue 149

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

Shades of Royal Purple #754095

Tints of Royal Purple #754095

RGB

 RED value IS 117 (46.09% from 255) = 35.45%

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

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

R = 35.45%
G = 19.39%
B = 45.15%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#754095 (or 0x754095) is known color: Royal Purple. HEX triplet: 75, 40 and 95. RGB value is (117,64,149). Sum of RGB (Red+Green+Blue) = 117+64+149=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 64 (25.39% from 255 or 19.39% 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 #754095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754095 is #8ABF6A. Grayscale: #595959. Windows color (decimal): -9092971 or 9781365. OLE color: 9781365.

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

Color convert

RGB 117 64 149 -
CMYK 0.21 0.57 0 0.42
HSL 277.41º 0.4% 0.42% -
HSV(B) 277.41º 0.57% 0.58% -
XYZ 14.59 9.62 29.52 -
YUV 89.54 161.56 147.59 -
System Red Green Blue C M Y K H S L
Decimal 117 64 149 0.21 0.57 0 0.42 277.41 0.4 0.42
Hex 75 40 95 15 39 0 2A 115 28 2A
Octal 165 100 225 25 71 0 52 425 50 52
Binary 1110101 1000000 10010101 10101 111001 0 101010 100010101 101000 101010

Color Harmonies of #754095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754095

Black with #754095

Text Example


Text Example

White with #754095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754095; }

 p { color: rgb(117,64,149); }

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

background-color css

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

 a { background-color: rgb(117,64,149); }

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

border-color css

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

 span { border-color: rgb(117,64,149); }

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