Html Css Color HEX #69176B Palatinate Purple

📋 copy color: '#69176B'

red 105 ◦ green 23 ◦ blue 107

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

Shades of Palatinate Purple #69176B

Tints of Palatinate Purple #69176B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.53%

R = 44.68%
G = 9.79%
B = 45.53%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#69176B (or 0x69176B) is known color: Palatinate Purple. HEX triplet: 69, 17 and 6B. RGB value is (105,23,107). Sum of RGB (Red+Green+Blue) = 105+23+107=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #69176B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69176B is #96E894. Grayscale: #383838. Windows color (decimal): -9889941 or 7018345. OLE color: 7018345.

HSL color Cylindrical-coordinate representation of color #69176B: hue angle of 298.57º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #69176B is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 23 107 -
CMYK 0.02 0.79 0 0.58
HSL 298.57º 0.65% 0.25% -
HSV(B) 298.57º 0.79% 0.42% -
XYZ 8.79 4.68 14.35 -
YUV 57.09 156.17 162.17 -
System Red Green Blue C M Y K H S L
Decimal 105 23 107 0.02 0.79 0 0.58 298.57 0.65 0.25
Hex 69 17 6B 2 4F 0 3A 12B 41 19
Octal 151 27 153 2 117 0 72 453 101 31
Binary 1101001 10111 1101011 10 1001111 0 111010 100101011 1000001 11001

Color Harmonies of #69176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69176B

Black with #69176B

Text Example


Text Example

White with #69176B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69176B; }

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

 H1.HeaderClassName
 {
   color: #69176B;
 }
 .AnyTagClassName
 {
   color: #69176B;
 }
</style>

background-color css

<style>
 a { background-color: #69176B; }

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

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

border-color css

<style>
 span { border-color: #69176B; }

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

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