#6339A1

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

Shades of Royal Purple #6339A1

Tints of Royal Purple #6339A1

Color information

#6339A1 (or 0x6339A1) is unknown color: approx Royal Purple. HEX triplet: 63, 39 and A1. RGB value is (99,57,161). Sum of RGB (Red+Green+Blue) = 99+57+161=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 161 (63.28% from 255 or 50.79% from 317); Max value from RGB is 161 - color contains mainly: blue. Hex color #6339A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6339A1 is #9CC65E. Grayscale: #515151. Windows color (decimal): -10274399 or 10565987. OLE color: 10565987.

HSL color Cylindrical-coordinate representation of color #6339A1: hue angle of 264.23º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6339A1 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9957161-
CMYK0.390.6500.37
HSL264.23º47.71%42.75%-
HSV(B)264.23º64.6%63.14%-
XYZ13.048.1534.6-
YUV81.41172.91140.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.23%
GREEN value IS 57 (22.66% from 255) = 17.98%
BLUE value IS 161 (63.28% from 255) = 50.79%
R=31.23%
G=17.98%
B=50.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal99571610.390.6500.37264.2347.7142.75
Hex6339A12741025108302b
Octal14371241471010454106053
Binary11000111110011010000110011110000010100101100001000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6339A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6339A1; }

 p { color: rgb(99,57,161); }

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

<style>
 a { background-color: #6339A1; }

 a { background-color: rgb(99,57,161); }

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

<style>
 span { border-color: #6339A1; }

 span { border-color: rgb(99,57,161); }

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