#6D25A2

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

Shades of Royal Purple #6D25A2

Tints of Royal Purple #6D25A2

Color information

#6D25A2 (or 0x6D25A2) is unknown color: approx Royal Purple. HEX triplet: 6D, 25 and A2. RGB value is (109,37,162). Sum of RGB (Red+Green+Blue) = 109+37+162=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #6D25A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D25A2 is #92DA5D. Grayscale: #484848. Windows color (decimal): -9624158 or 10626413. OLE color: 10626413.

HSL color Cylindrical-coordinate representation of color #6D25A2: hue angle of 274.56º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D25A2 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10937162-
CMYK0.330.7700.36
HSL274.56º62.81%39.02%-
HSV(B)274.56º77.16%63.53%-
XYZ13.497.1834.86-
YUV72.78178.35153.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.39%
GREEN value IS 37 (14.84% from 255) = 12.01%
BLUE value IS 162 (63.67% from 255) = 52.60%
R=35.39%
G=12.01%
B=52.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal109371620.330.7700.36274.5662.8139.02
Hex6D25A2214D0241133f27
Octal15545242411150444237747
Binary11011011001011010001010000110011010100100100010011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D25A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,37,162); }

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

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

 a { background-color: rgb(109,37,162); }

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

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

 span { border-color: rgb(109,37,162); }

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