#6B249D

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

Shades of Royal Purple #6B249D

Tints of Royal Purple #6B249D

Color information

#6B249D (or 0x6B249D) is unknown color: approx Royal Purple. HEX triplet: 6B, 24 and 9D. RGB value is (107,36,157). Sum of RGB (Red+Green+Blue) = 107+36+157=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B249D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B249D is #94DB62. Grayscale: #464646. Windows color (decimal): -9755491 or 10298475. OLE color: 10298475.

HSL color Cylindrical-coordinate representation of color #6B249D: hue angle of 275.21º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B249D is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10736157-
CMYK0.320.7700.38
HSL275.21º62.69%37.84%-
HSV(B)275.21º77.07%61.57%-
XYZ12.786.8232.54-
YUV71.02176.52153.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.67%
GREEN value IS 36 (14.45% from 255) = 12%
BLUE value IS 157 (61.72% from 255) = 52.33%
R=35.67%
G=12%
B=52.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107361570.320.7700.38275.2162.6937.84
Hex6B249D204D0261133f26
Octal15344235401150464237746
Binary11010111001001001110110000010011010100110100010011111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B249D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,36,157); }

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

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

 a { background-color: rgb(107,36,157); }

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

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

 span { border-color: rgb(107,36,157); }

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