Html Css Color HEX #69175D Palatinate Purple

📋 copy color: '#69175D'

red 105 ◦ green 23 ◦ blue 93

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

Shades of Palatinate Purple #69175D

Tints of Palatinate Purple #69175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.41%

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

R = 47.51%
G = 10.41%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#69175D (or 0x69175D) is known color: Palatinate Purple. HEX triplet: 69, 17 and 5D. RGB value is (105,23,93). Sum of RGB (Red+Green+Blue) = 105+23+93=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #69175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69175D is #96E8A2. Grayscale: #373737. Windows color (decimal): -9889955 or 6100841. OLE color: 6100841.

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

Color convert

RGB 105 23 93 -
CMYK 0 0.78 0.11 0.59
HSL 308.78º 0.64% 0.25% -
HSV(B) 308.78º 0.78% 0.41% -
XYZ 8.11 4.41 10.78 -
YUV 55.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 105 23 93 0 0.78 0.11 0.59 308.78 0.64 0.25
Hex 69 17 5D 0 4E B 3B 135 40 19
Octal 151 27 135 0 116 13 73 465 100 31
Binary 1101001 10111 1011101 0 1001110 1011 111011 100110101 1000000 11001

Color Harmonies of #69175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69175D

Black with #69175D

Text Example


Text Example

White with #69175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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