#6138AD

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

Shades of Royal Purple #6138AD

Tints of Royal Purple #6138AD

Color information

#6138AD (or 0x6138AD) is unknown color: approx Royal Purple. HEX triplet: 61, 38 and AD. RGB value is (97,56,173). Sum of RGB (Red+Green+Blue) = 97+56+173=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #6138AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6138AD is #9EC752. Grayscale: #515151. Windows color (decimal): -10405715 or 11352161. OLE color: 11352161.

HSL color Cylindrical-coordinate representation of color #6138AD: hue angle of 261.03º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6138AD is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9756173-
CMYK0.440.6800.32
HSL261.03º51.09%44.9%-
HSV(B)261.03º67.63%67.84%-
XYZ13.898.3940.42-
YUV81.6179.58138.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 56 (22.27% from 255) = 17.18%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=29.75%
G=17.18%
B=53.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97561730.440.6800.32261.0351.0944.9
Hex6138AD2C44020105332d
Octal14170255541040404056355
Binary11000011110001010110110110010001000100000100000101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6138AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6138AD; }

 p { color: rgb(97,56,173); }

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

<style>
 a { background-color: #6138AD; }

 a { background-color: rgb(97,56,173); }

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

<style>
 span { border-color: #6138AD; }

 span { border-color: rgb(97,56,173); }

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