#613DAE

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

Shades of Royal Purple #613DAE

Tints of Royal Purple #613DAE

Color information

#613DAE (or 0x613DAE) is unknown color: approx Royal Purple. HEX triplet: 61, 3D and AE. RGB value is (97,61,174). Sum of RGB (Red+Green+Blue) = 97+61+174=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #613DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613DAE is #9EC251. Grayscale: #545454. Windows color (decimal): -10404434 or 11418977. OLE color: 11418977.

HSL color Cylindrical-coordinate representation of color #613DAE: hue angle of 259.12º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #613DAE is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9761174-
CMYK0.440.6500.32
HSL259.12º48.09%46.08%-
HSV(B)259.12º64.94%68.24%-
XYZ14.248.9341.02-
YUV84.65178.43136.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.22%
GREEN value IS 61 (24.22% from 255) = 18.37%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=29.22%
G=18.37%
B=52.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97611740.440.6500.32259.1248.0946.08
Hex613DAE2C41020103302e
Octal14175256541010404036056
Binary11000011111011010111010110010000010100000100000011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613DAE; }

 p { color: rgb(97,61,174); }

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

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

 a { background-color: rgb(97,61,174); }

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

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

 span { border-color: rgb(97,61,174); }

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