#613E9E

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

Shades of Royal Purple #613E9E

Tints of Royal Purple #613E9E

Color information

#613E9E (or 0x613E9E) is unknown color: approx Royal Purple. HEX triplet: 61, 3E and 9E. RGB value is (97,62,158). Sum of RGB (Red+Green+Blue) = 97+62+158=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #613E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613E9E is #9EC161. Grayscale: #535353. Windows color (decimal): -10404194 or 10370657. OLE color: 10370657.

HSL color Cylindrical-coordinate representation of color #613E9E: hue angle of 261.88º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #613E9E is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9762158-
CMYK0.390.6100.38
HSL261.88º43.64%43.14%-
HSV(B)261.88º60.76%61.96%-
XYZ12.828.4633.3-
YUV83.41170.1137.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.60%
GREEN value IS 62 (24.61% from 255) = 19.56%
BLUE value IS 158 (62.11% from 255) = 49.84%
R=30.60%
G=19.56%
B=49.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97621580.390.6100.38261.8843.6443.14
Hex613E9E273D0261062c2b
Octal1417623647750464065453
Binary1100001111110100111101001111111010100110100000110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,62,158); }

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

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

 a { background-color: rgb(97,62,158); }

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

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

 span { border-color: rgb(97,62,158); }

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