#61369C

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

Shades of Royal Purple #61369C

Tints of Royal Purple #61369C

Color information

#61369C (or 0x61369C) is unknown color: approx Royal Purple. HEX triplet: 61, 36 and 9C. RGB value is (97,54,156). Sum of RGB (Red+Green+Blue) = 97+54+156=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #61369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61369C is #9EC963. Grayscale: #4E4E4E. Windows color (decimal): -10406244 or 10237537. OLE color: 10237537.

HSL color Cylindrical-coordinate representation of color #61369C: hue angle of 265.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61369C is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9754156-
CMYK0.380.6500.39
HSL265.29º48.57%41.18%-
HSV(B)265.29º65.38%61.18%-
XYZ12.257.5832.27-
YUV78.48171.75141.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 54 (21.48% from 255) = 17.59%
BLUE value IS 156 (61.33% from 255) = 50.81%
R=31.60%
G=17.59%
B=50.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97541560.380.6500.39265.2948.5741.18
Hex61369C26410271093129
Octal14166234461010474116151
Binary11000011101101001110010011010000010100111100001001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61369C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61369C; }

 p { color: rgb(97,54,156); }

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

<style>
 a { background-color: #61369C; }

 a { background-color: rgb(97,54,156); }

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

<style>
 span { border-color: #61369C; }

 span { border-color: rgb(97,54,156); }

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