#614BA3

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

Shades of Royal Purple #614BA3

Tints of Royal Purple #614BA3

Color information

#614BA3 (or 0x614BA3) is unknown color: approx Royal Purple. HEX triplet: 61, 4B and A3. RGB value is (97,75,163). Sum of RGB (Red+Green+Blue) = 97+75+163=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 163 (64.06% from 255 or 48.66% from 335); Max value from RGB is 163 - color contains mainly: blue. Hex color #614BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614BA3 is #9EB45C. Grayscale: #5B5B5B. Windows color (decimal): -10400861 or 10701665. OLE color: 10701665.

HSL color Cylindrical-coordinate representation of color #614BA3: hue angle of 255º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #614BA3 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9775163-
CMYK0.400.5400.36
HSL255º36.97%46.67%-
HSV(B)255º53.99%63.92%-
XYZ14.0610.2235.88-
YUV91.61168.29131.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 75 (29.69% from 255) = 22.39%
BLUE value IS 163 (64.06% from 255) = 48.66%
R=28.96%
G=22.39%
B=48.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97751630.400.5400.3625536.9746.67
Hex614BA32836024ff252f
Octal14111324350660443774557
Binary1100001100101110100011101000110110010010011111111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614BA3; }

 p { color: rgb(97,75,163); }

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

<style>
 a { background-color: #614BA3; }

 a { background-color: rgb(97,75,163); }

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

<style>
 span { border-color: #614BA3; }

 span { border-color: rgb(97,75,163); }

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