#61419D

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

Shades of Royal Purple #61419D

Tints of Royal Purple #61419D

Color information

#61419D (or 0x61419D) is unknown color: approx Royal Purple. HEX triplet: 61, 41 and 9D. RGB value is (97,65,157). Sum of RGB (Red+Green+Blue) = 97+65+157=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #61419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61419D is #9EBE62. Grayscale: #545454. Windows color (decimal): -10403427 or 10305889. OLE color: 10305889.

HSL color Cylindrical-coordinate representation of color #61419D: hue angle of 260.87º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61419D is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9765157-
CMYK0.380.5900.38
HSL260.87º41.44%43.53%-
HSV(B)260.87º58.6%61.57%-
XYZ12.918.7632.91-
YUV85.06168.6136.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.41%
GREEN value IS 65 (25.78% from 255) = 20.38%
BLUE value IS 157 (61.72% from 255) = 49.22%
R=30.41%
G=20.38%
B=49.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97651570.380.5900.38260.8741.4443.53
Hex61419D263B026105292c
Octal14110123546730464055154
Binary11000011000001100111011001101110110100110100000101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61419D; }

 p { color: rgb(97,65,157); }

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

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

 a { background-color: rgb(97,65,157); }

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

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

 span { border-color: rgb(97,65,157); }

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