Html Css Color HEX #69175E Palatinate Purple

📋 copy color: '#69175E'

red 105 ◦ green 23 ◦ blue 94

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

Shades of Palatinate Purple #69175E

Tints of Palatinate Purple #69175E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.34%

R = 47.3%
G = 10.36%
B = 42.34%

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

#69175E (or 0x69175E) is known color: Palatinate Purple. HEX triplet: 69, 17 and 5E. RGB value is (105,23,94). Sum of RGB (Red+Green+Blue) = 105+23+94=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #69175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69175E is #96E8A1. Grayscale: #373737. Windows color (decimal): -9889954 or 6166377. OLE color: 6166377.

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

Color convert

RGB 105 23 94 -
CMYK 0 0.78 0.10 0.59
HSL 308.05º 0.64% 0.25% -
HSV(B) 308.05º 0.78% 0.41% -
XYZ 8.15 4.42 11.01 -
YUV 55.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 105 23 94 0 0.78 0.10 0.59 308.05 0.64 0.25
Hex 69 17 5E 0 4E A 3B 134 40 19
Octal 151 27 136 0 116 12 73 464 100 31
Binary 1101001 10111 1011110 0 1001110 1010 111011 100110100 1000000 11001

Color Harmonies of #69175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69175E

Black with #69175E

Text Example


Text Example

White with #69175E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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