Html Css Color HEX #69175F Palatinate Purple

📋 copy color: '#69175F'

red 105 ◦ green 23 ◦ blue 95

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

Shades of Palatinate Purple #69175F

Tints of Palatinate Purple #69175F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.6%

R = 47.09%
G = 10.31%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#69175F (or 0x69175F) is known color: Palatinate Purple. HEX triplet: 69, 17 and 5F. RGB value is (105,23,95). Sum of RGB (Red+Green+Blue) = 105+23+95=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #69175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69175F is #96E8A0. Grayscale: #373737. Windows color (decimal): -9889953 or 6231913. OLE color: 6231913.

HSL color Cylindrical-coordinate representation of color #69175F: hue angle of 307.32º 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 #69175F is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 23 95 -
CMYK 0 0.78 0.10 0.59
HSL 307.32º 0.64% 0.25% -
HSV(B) 307.32º 0.78% 0.41% -
XYZ 8.2 4.44 11.25 -
YUV 55.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 105 23 95 0 0.78 0.10 0.59 307.32 0.64 0.25
Hex 69 17 5F 0 4E A 3B 133 40 19
Octal 151 27 137 0 116 12 73 463 100 31
Binary 1101001 10111 1011111 0 1001110 1010 111011 100110011 1000000 11001

Color Harmonies of #69175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69175F

Black with #69175F

Text Example


Text Example

White with #69175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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