#6C31AF

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

Shades of Royal Purple #6C31AF

Tints of Royal Purple #6C31AF

Color information

#6C31AF (or 0x6C31AF) is unknown color: approx Royal Purple. HEX triplet: 6C, 31 and AF. RGB value is (108,49,175). Sum of RGB (Red+Green+Blue) = 108+49+175=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C31AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C31AF is #93CE50. Grayscale: #505050. Windows color (decimal): -9686609 or 11481452. OLE color: 11481452.

HSL color Cylindrical-coordinate representation of color #6C31AF: hue angle of 268.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C31AF is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10849175-
CMYK0.380.7200.31
HSL268.1º56.25%43.92%-
HSV(B)268.1º72%68.63%-
XYZ15.028.4841.4-
YUV81181.05147.25-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.53%
GREEN value IS 49 (19.53% from 255) = 14.76%
BLUE value IS 175 (68.75% from 255) = 52.71%
R=32.53%
G=14.76%
B=52.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108491750.380.7200.31268.156.2543.92
Hex6C31AF264801F10c382c
Octal15461257461100374147054
Binary1101100110001101011111001101001000011111100001100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C31AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C31AF; }

 p { color: rgb(108,49,175); }

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

<style>
 a { background-color: #6C31AF; }

 a { background-color: rgb(108,49,175); }

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

<style>
 span { border-color: #6C31AF; }

 span { border-color: rgb(108,49,175); }

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