#723995

Color #723995 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #723995

Tints of Royal Purple #723995

Color information

#723995 (or 0x723995) is unknown color: approx Royal Purple. HEX triplet: 72, 39 and 95. RGB value is (114,57,149). Sum of RGB (Red+Green+Blue) = 114+57+149=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #723995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723995 is #8DC66A. Grayscale: #545454. Windows color (decimal): -9291371 or 9779570. OLE color: 9779570.

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

Color convert

RGB11457149-
CMYK0.230.6200.42
HSL277.17º44.66%40.39%-
HSV(B)277.17º61.74%58.43%-
XYZ13.838.6729.38-
YUV84.53164.38149.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.62%
GREEN value IS 57 (22.66% from 255) = 17.81%
BLUE value IS 149 (58.59% from 255) = 46.56%
R=35.62%
G=17.81%
B=46.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114571490.230.6200.42277.1744.6640.39
Hex723995173E02A1152d28
Octal1627122527760524255550
Binary111001011100110010101101111111100101010100010101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723995; }

 p { color: rgb(114,57,149); }

 H1.HeaderClassName
 {
   color: #723995;
 }
 .AnyTagClassName
 {
   color: #723995;
 }
</style>
background-color css

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

 a { background-color: rgb(114,57,149); }

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

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

 span { border-color: rgb(114,57,149); }

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