#612C9D

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

Shades of Royal Purple #612C9D

Tints of Royal Purple #612C9D

Color information

#612C9D (or 0x612C9D) is unknown color: approx Royal Purple. HEX triplet: 61, 2C and 9D. RGB value is (97,44,157). Sum of RGB (Red+Green+Blue) = 97+44+157=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #612C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612C9D is #9ED362. Grayscale: #484848. Windows color (decimal): -10408803 or 10300513. OLE color: 10300513.

HSL color Cylindrical-coordinate representation of color #612C9D: hue angle of 268.14º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #612C9D is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9744157-
CMYK0.380.7200.38
HSL268.14º56.22%39.41%-
HSV(B)268.14º71.97%61.57%-
XYZ11.926.7832.58-
YUV72.73175.56145.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.55%
GREEN value IS 44 (17.58% from 255) = 14.77%
BLUE value IS 157 (61.72% from 255) = 52.68%
R=32.55%
G=14.77%
B=52.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97441570.380.7200.38268.1456.2239.41
Hex612C9D264802610c3827
Octal14154235461100464147047
Binary11000011011001001110110011010010000100110100001100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612C9D; }

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

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

<style>
 a { background-color: #612C9D; }

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

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

<style>
 span { border-color: #612C9D; }

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

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