Html Css Color HEX #69196D Palatinate Purple

📋 copy color: '#69196D'

red 105 ◦ green 25 ◦ blue 109

#69196D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #69196D

Tints of Palatinate Purple #69196D

RGB

 RED value IS 105 (41.41% from 255) = 43.93%

 GREEN value IS 25 (10.16% from 255) = 10.46%

 BLUE value IS 109 (42.97% from 255) = 45.61%

R = 43.93%
G = 10.46%
B = 45.61%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#69196D (or 0x69196D) is known color: Palatinate Purple. HEX triplet: 69, 19 and 6D. RGB value is (105,25,109). Sum of RGB (Red+Green+Blue) = 105+25+109=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #69196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69196D is #96E692. Grayscale: #3A3A3A. Windows color (decimal): -9889427 or 7149929. OLE color: 7149929.

HSL color Cylindrical-coordinate representation of color #69196D: hue angle of 297.14º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69196D is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 25 109 -
CMYK 0.04 0.77 0 0.57
HSL 297.14º 0.63% 0.26% -
HSV(B) 297.14º 0.77% 0.43% -
XYZ 8.93 4.8 14.92 -
YUV 58.5 156.5 161.17 -
System Red Green Blue C M Y K H S L
Decimal 105 25 109 0.04 0.77 0 0.57 297.14 0.63 0.26
Hex 69 19 6D 4 4D 0 39 129 3F 1A
Octal 151 31 155 4 115 0 71 451 77 32
Binary 1101001 11001 1101101 100 1001101 0 111001 100101001 111111 11010

Color Harmonies of #69196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69196D

Black with #69196D

Text Example


Text Example

White with #69196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,25,109); }

 H1.HeaderClassName
 {
   color: #69196D;
 }
 .AnyTagClassName
 {
   color: #69196D;
 }
</style>

background-color css

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

 a { background-color: rgb(105,25,109); }

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

border-color css

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

 span { border-color: rgb(105,25,109); }

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