#612CA6

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

Shades of Royal Purple #612CA6

Tints of Royal Purple #612CA6

Color information

#612CA6 (or 0x612CA6) is unknown color: approx Royal Purple. HEX triplet: 61, 2C and A6. RGB value is (97,44,166). Sum of RGB (Red+Green+Blue) = 97+44+166=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 166 (65.23% from 255 or 54.07% from 307); Max value from RGB is 166 - color contains mainly: blue. Hex color #612CA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612CA6 is #9ED359. Grayscale: #494949. Windows color (decimal): -10408794 or 10890337. OLE color: 10890337.

HSL color Cylindrical-coordinate representation of color #612CA6: hue angle of 266.07º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #612CA6 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9744166-
CMYK0.420.7300.35
HSL266.07º58.1%41.18%-
HSV(B)266.07º73.49%65.1%-
XYZ12.717.136.78-
YUV73.76180.06144.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 44 (17.58% from 255) = 14.33%
BLUE value IS 166 (65.23% from 255) = 54.07%
R=31.60%
G=14.33%
B=54.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97441660.420.7300.35266.0758.141.18
Hex612CA62A4902310a3a29
Octal14154246521110434127251
Binary11000011011001010011010101010010010100011100001010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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