#6B269D

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

Shades of Royal Purple #6B269D

Tints of Royal Purple #6B269D

Color information

#6B269D (or 0x6B269D) is unknown color: approx Royal Purple. HEX triplet: 6B, 26 and 9D. RGB value is (107,38,157). Sum of RGB (Red+Green+Blue) = 107+38+157=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B269D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B269D is #94D962. Grayscale: #474747. Windows color (decimal): -9754979 or 10298987. OLE color: 10298987.

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

Color convert

RGB10738157-
CMYK0.320.7600.38
HSL274.79º61.03%38.24%-
HSV(B)274.79º75.8%61.57%-
XYZ12.846.9532.56-
YUV72.2175.86152.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.43%
GREEN value IS 38 (15.23% from 255) = 12.58%
BLUE value IS 157 (61.72% from 255) = 51.99%
R=35.43%
G=12.58%
B=51.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107381570.320.7600.38274.7961.0338.24
Hex6B269D204C0261133d26
Octal15346235401140464237546
Binary11010111001101001110110000010011000100110100010011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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