#69419F

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

Shades of Royal Purple #69419F

Tints of Royal Purple #69419F

Color information

#69419F (or 0x69419F) is unknown color: approx Royal Purple. HEX triplet: 69, 41 and 9F. RGB value is (105,65,159). Sum of RGB (Red+Green+Blue) = 105+65+159=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #69419F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69419F is #96BE60. Grayscale: #575757. Windows color (decimal): -9879137 or 10436969. OLE color: 10436969.

HSL color Cylindrical-coordinate representation of color #69419F: hue angle of 265.53º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69419F is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10565159-
CMYK0.340.5900.38
HSL265.53º41.96%43.92%-
HSV(B)265.53º59.12%62.35%-
XYZ13.979.2933.86-
YUV87.68168.25140.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 65 (25.78% from 255) = 19.76%
BLUE value IS 159 (62.5% from 255) = 48.33%
R=31.91%
G=19.76%
B=48.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105651590.340.5900.38265.5341.9643.92
Hex69419F223B02610a2a2c
Octal15110123742730464125254
Binary11010011000001100111111000101110110100110100001010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69419F; }

 p { color: rgb(105,65,159); }

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

<style>
 a { background-color: #69419F; }

 a { background-color: rgb(105,65,159); }

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

<style>
 span { border-color: #69419F; }

 span { border-color: rgb(105,65,159); }

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