#6B0D92

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

Shades of Purple #6B0D92

Tints of Purple #6B0D92

Color information

#6B0D92 (or 0x6B0D92) is unknown color: approx Purple. HEX triplet: 6B, 0D and 92. RGB value is (107,13,146). Sum of RGB (Red+Green+Blue) = 107+13+146=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B0D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0D92 is #94F26D. Grayscale: #373737. Windows color (decimal): -9761390 or 9571691. OLE color: 9571691.

HSL color Cylindrical-coordinate representation of color #6B0D92: hue angle of 282.41º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B0D92 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10713146-
CMYK0.270.9100.43
HSL282.41º83.65%31.18%-
HSV(B)282.41º91.1%57.25%-
XYZ11.45.4927.65-
YUV56.27178.64164.19-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.23%
GREEN value IS 13 (5.47% from 255) = 4.89%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=40.23%
G=4.89%
B=54.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107131460.270.9100.43282.4183.6531.18
Hex6BD921B5B02B11a541f
Octal153152223313305343212437
Binary11010111101100100101101110110110101011100011010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,13,146); }

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

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

 a { background-color: rgb(107,13,146); }

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

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

 span { border-color: rgb(107,13,146); }

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