#613EAA

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

Shades of Royal Purple #613EAA

Tints of Royal Purple #613EAA

Color information

#613EAA (or 0x613EAA) is unknown color: approx Royal Purple. HEX triplet: 61, 3E and AA. RGB value is (97,62,170). Sum of RGB (Red+Green+Blue) = 97+62+170=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #613EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613EAA is #9EC155. Grayscale: #545454. Windows color (decimal): -10404182 or 11157089. OLE color: 11157089.

HSL color Cylindrical-coordinate representation of color #613EAA: hue angle of 259.44º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #613EAA is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9762170-
CMYK0.430.6400.33
HSL259.44º46.55%45.49%-
HSV(B)259.44º63.53%66.67%-
XYZ13.918.8939.01-
YUV84.78176.1136.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.48%
GREEN value IS 62 (24.61% from 255) = 18.84%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=29.48%
G=18.84%
B=51.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97621700.430.6400.33259.4446.5545.49
Hex613EAA2B400211032f2d
Octal14176252531000414035755
Binary11000011111101010101010101110000000100001100000011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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