#61449E

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

Shades of Royal Purple #61449E

Tints of Royal Purple #61449E

Color information

#61449E (or 0x61449E) is unknown color: approx Royal Purple. HEX triplet: 61, 44 and 9E. RGB value is (97,68,158). Sum of RGB (Red+Green+Blue) = 97+68+158=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #61449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61449E is #9EBB61. Grayscale: #565656. Windows color (decimal): -10402658 or 10372193. OLE color: 10372193.

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

Color convert

RGB9768158-
CMYK0.390.5700.38
HSL259.33º39.82%44.31%-
HSV(B)259.33º56.96%61.96%-
XYZ13.179.1433.42-
YUV86.93168.11135.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.03%
GREEN value IS 68 (26.95% from 255) = 21.05%
BLUE value IS 158 (62.11% from 255) = 48.92%
R=30.03%
G=21.05%
B=48.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97681580.390.5700.38259.3339.8244.31
Hex61449E2739026103282c
Octal14110423647710464035054
Binary11000011000100100111101001111110010100110100000011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61449E; }

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

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

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

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

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

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

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

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