Html Css Color HEX #69325E Palatinate Purple

📋 copy color: '#69325E'

red 105 ◦ green 50 ◦ blue 94

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

Shades of Palatinate Purple #69325E

Tints of Palatinate Purple #69325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.08%

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

R = 42.17%
G = 20.08%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#69325E (or 0x69325E) is known color: Palatinate Purple. HEX triplet: 69, 32 and 5E. RGB value is (105,50,94). Sum of RGB (Red+Green+Blue) = 105+50+94=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #69325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69325E is #96CDA1. Grayscale: #474747. Windows color (decimal): -9883042 or 6173289. OLE color: 6173289.

HSL color Cylindrical-coordinate representation of color #69325E: hue angle of 312º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69325E is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 50 94 -
CMYK 0 0.52 0.10 0.59
HSL 312º 0.35% 0.3% -
HSV(B) 312º 0.52% 0.41% -
XYZ 8.99 6.09 11.29 -
YUV 71.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 105 50 94 0 0.52 0.10 0.59 312 0.35 0.3
Hex 69 32 5E 0 34 A 3B 138 23 1E
Octal 151 62 136 0 64 12 73 470 43 36
Binary 1101001 110010 1011110 0 110100 1010 111011 100111000 100011 11110

Color Harmonies of #69325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69325E

Black with #69325E

Text Example


Text Example

White with #69325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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