#69127b

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

Shades of Purple #69127B

Tints of Purple #69127B

Color information

#69127B (or 0x69127B) is unknown color: approx Purple. HEX triplet: 69, 12 and 7B. RGB value is (105,18,123). Sum of RGB (Red+Green+Blue) = 105+18+123=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #69127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69127B is #96ED84. Grayscale: #373737. Windows color (decimal): -9891205 or 8065641. OLE color: 8065641.

HSL color Cylindrical-coordinate representation of color #69127B: hue angle of 289.71º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69127B is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10518123-
CMYK0.150.8500.52
HSL289.71º74.47%27.65%-
HSV(B)289.71º85.37%48.24%-
XYZ9.624.8719.17-
YUV55.98165.82162.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 18 (7.42% from 255) = 7.32%
BLUE value IS 123 (48.44% from 255) = 50%
R=42.68%
G=7.32%
B=50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105181230.150.8500.52289.7174.4727.65
Hex69127BF550341224a1c
Octal151221731712506444211234
Binary1101001100101111011111110101010110100100100010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69127b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69127b; }

 p { color: rgb(105,18,123); }

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

<style>
 a { background-color: #69127b; }

 a { background-color: rgb(105,18,123); }

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

<style>
 span { border-color: #69127b; }

 span { border-color: rgb(105,18,123); }

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