#6B269C

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

Shades of Royal Purple #6B269C

Tints of Royal Purple #6B269C

Color information

#6B269C (or 0x6B269C) is unknown color: approx Royal Purple. HEX triplet: 6B, 26 and 9C. RGB value is (107,38,156). Sum of RGB (Red+Green+Blue) = 107+38+156=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B269C is #94D963. Grayscale: #474747. Windows color (decimal): -9754980 or 10233451. OLE color: 10233451.

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

Color convert

RGB10738156-
CMYK0.310.7600.39
HSL275.08º60.82%38.04%-
HSV(B)275.08º75.64%61.18%-
XYZ12.766.9132.11-
YUV72.08175.36152.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.55%
GREEN value IS 38 (15.23% from 255) = 12.62%
BLUE value IS 156 (61.33% from 255) = 51.83%
R=35.55%
G=12.62%
B=51.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal107381560.310.7600.39275.0860.8238.04
Hex6B269C1F4C0271133d26
Octal15346234371140474237546
Binary1101011100110100111001111110011000100111100010011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B269C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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