#69147D

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

Shades of Purple #69147D

Tints of Purple #69147D

Color information

#69147D (or 0x69147D) is unknown color: approx Purple. HEX triplet: 69, 14 and 7D. RGB value is (105,20,125). Sum of RGB (Red+Green+Blue) = 105+20+125=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #69147D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69147D is #96EB82. Grayscale: #393939. Windows color (decimal): -9890691 or 8197225. OLE color: 8197225.

HSL color Cylindrical-coordinate representation of color #69147D: hue angle of 288.57º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #69147D is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10520125-
CMYK0.160.8400.51
HSL288.57º72.41%28.43%-
HSV(B)288.57º84%49.02%-
XYZ9.784.9819.85-
YUV57.38166.16161.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42%
GREEN value IS 20 (8.20% from 255) = 8%
BLUE value IS 125 (49.22% from 255) = 50%
R=42%
G=8%
B=50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105201250.160.8400.51288.5772.4128.43
Hex69147D1054033121481c
Octal151241752012406344111034
Binary11010011010011111011000010101000110011100100001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69147D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69147D; }

 p { color: rgb(105,20,125); }

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

<style>
 a { background-color: #69147D; }

 a { background-color: rgb(105,20,125); }

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

<style>
 span { border-color: #69147D; }

 span { border-color: rgb(105,20,125); }

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