Html Css Color HEX #69195D Palatinate Purple

📋 copy color: '#69195D'

red 105 ◦ green 25 ◦ blue 93

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

Shades of Palatinate Purple #69195D

Tints of Palatinate Purple #69195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.7%

R = 47.09%
G = 11.21%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#69195D (or 0x69195D) is known color: Palatinate Purple. HEX triplet: 69, 19 and 5D. RGB value is (105,25,93). Sum of RGB (Red+Green+Blue) = 105+25+93=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #69195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69195D is #96E6A2. Grayscale: #383838. Windows color (decimal): -9889443 or 6101353. OLE color: 6101353.

HSL color Cylindrical-coordinate representation of color #69195D: hue angle of 309º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69195D is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 25 93 -
CMYK 0 0.76 0.11 0.59
HSL 309º 0.62% 0.25% -
HSV(B) 309º 0.76% 0.41% -
XYZ 8.15 4.49 10.79 -
YUV 56.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 105 25 93 0 0.76 0.11 0.59 309 0.62 0.25
Hex 69 19 5D 0 4C B 3B 135 3E 19
Octal 151 31 135 0 114 13 73 465 76 31
Binary 1101001 11001 1011101 0 1001100 1011 111011 100110101 111110 11001

Color Harmonies of #69195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69195D

Black with #69195D

Text Example


Text Example

White with #69195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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